lib/cocoapods-binary/Prebuild.rb in cocoapods-binary-0.1 vs lib/cocoapods-binary/Prebuild.rb in cocoapods-binary-0.1.1
- old
+ new
@@ -77,9 +77,11 @@
define_method(:install!) do
return old_method.bind(self).() unless Pod.is_prebuild_stage
# check if need build frameworks
local_manifest = self.sandbox.manifest
+ return old_method.bind(self).() if local_manifest == nil
+
changes = local_manifest.detect_changes_with_podfile(podfile)
added = changes[:added] || []
changed = changes[:changed] || []
unchanged = changes[:unchanged] || []
\ No newline at end of file