We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728b539 commit 5714211Copy full SHA for 5714211
fastlane/Fastfile
@@ -54,7 +54,6 @@ platform :ios do
54
export_method: ENV['EXPORT_METHOD'],
55
export_team_id: ENV['TEAM_ID'],
56
silent: true,
57
- include_bitcode: true,
58
export_options: ENV['IOS_APP_ID'] != nil ? {
59
provisioningProfiles: {
60
"#{ENV['IOS_APP_ID']}" => "match AppStore #{ENV['IOS_APP_ID']}",
0 commit comments