Skip to content

Commit 30c1f6d

Browse files
committed
Disable iOS profile auto-detection
1 parent bc82e22 commit 30c1f6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mobile/ios/fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ platform :ios do
3939
scheme: "App",
4040
configuration: "Release",
4141
clean: true,
42+
skip_profile_detection: true,
4243
archive_path: "App/output/App.xcarchive",
4344
output_directory: "App/output",
4445
output_name: output_name,

0 commit comments

Comments
 (0)