Skip to content

Commit f29b49a

Browse files
committed
fix resources_to_copy_for_static_framework crash
1 parent 9a99033 commit f29b49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cocoapods-binary/Integration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def mirror_with_symlink(source, basefolder, target_folder)
6767
end
6868

6969
# symbol link copy resource for static framework
70-
hash = Prebuild::Passer.resources_to_copy_for_static_framework
70+
hash = Prebuild::Passer.resources_to_copy_for_static_framework || {}
7171
path_objects = hash[self.name]
7272
if path_objects != nil
7373
path_objects.each do |object|

0 commit comments

Comments
 (0)