We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bd53c commit 53c84d7Copy full SHA for 53c84d7
ios/App/fastlane/Fastfile
@@ -52,7 +52,8 @@ platform :ios do
52
clean: true,
53
export_method: "app-store",
54
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}")
+ xcargs: %Q(DEVELOPMENT_TEAM=#{team_id} CODE_SIGN_IDENTITY="Apple Distribution"),
56
+ skip_profile_detection: true
57
)
58
end
59
0 commit comments