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 c07fe03 commit 0ca87f7Copy full SHA for 0ca87f7
lib/cocoapods-dependency/analyze.rb
@@ -41,7 +41,7 @@ def self.podfile_dependencies(podfile)
41
42
def self.analyze_with_podfile(_podfile_dir_path, podfile, lockfile = nil)
43
if _podfile_dir_path
44
- sandbox = _podfile_dir_path + '/Pods'
+ sandbox = Dir.mktmpdir
45
else
46
sandbox = Dir.pwd + '/Pods'
47
end
0 commit comments