We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a99033 commit f29b49aCopy full SHA for f29b49a
lib/cocoapods-binary/Integration.rb
@@ -67,7 +67,7 @@ def mirror_with_symlink(source, basefolder, target_folder)
67
end
68
69
# symbol link copy resource for static framework
70
- hash = Prebuild::Passer.resources_to_copy_for_static_framework
+ hash = Prebuild::Passer.resources_to_copy_for_static_framework || {}
71
path_objects = hash[self.name]
72
if path_objects != nil
73
path_objects.each do |object|
0 commit comments