Skip to content

Commit 53c84d7

Browse files
ci: update Fastlane to skip provisioning profile detection in iOS builds
1 parent 92bd53c commit 53c84d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/App/fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ platform :ios do
5252
clean: true,
5353
export_method: "app-store",
5454
export_options: export_options,
55-
xcargs: %Q(CODE_SIGN_STYLE=Manual DEVELOPMENT_TEAM=#{team_id} CODE_SIGN_IDENTITY="Apple Distribution" PROVISIONING_PROFILE_SPECIFIER="#{provisioning_profile_name}")
55+
xcargs: %Q(DEVELOPMENT_TEAM=#{team_id} CODE_SIGN_IDENTITY="Apple Distribution"),
56+
skip_profile_detection: true
5657
)
5758
end
5859

0 commit comments

Comments
 (0)