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 5a10c33 commit 786d0bdCopy full SHA for 786d0bd
lib/cocoapods-binary/Integration.rb
@@ -33,6 +33,7 @@ def install_for_prebuild!(standard_sanbox)
33
34
# make a relatvie symbol link for all children
35
def walk(path, &action)
36
+ return unless path.exist?
37
path.children.each do |child|
38
result = action.call(child, &action)
39
if child.directory?
0 commit comments