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 4e9d6f3 commit a16fd6eCopy full SHA for a16fd6e
Fastlanedemoapp/fastlane/Fastfile
@@ -10,7 +10,7 @@ platform :ios do
10
puts "Installing/updating pods..."
11
cocoapods(
12
try_repo_update_on_error: true,
13
- podfile: "./Podfile",
+ podfile: "./Fastlanedemoapp/Podfile",
14
clean_install: true,
15
verbose: true
16
)
0 commit comments