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 5b6aacf commit ff597dbCopy full SHA for ff597db
1 file changed
ios/App/fastlane/Fastfile
@@ -20,6 +20,9 @@ lane :build do
20
get_certs
21
update_code_signing_settings
22
clear_derived_data
23
+ cocoapods(
24
+ clean: true
25
+ )
26
build_app(
27
clean: true,
28
silent: false,
0 commit comments