We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bacf30 commit 33a4256Copy full SHA for 33a4256
fastlane/Fastfile
@@ -72,6 +72,7 @@ platform :ios do
72
workspace: "#{APP_NAME}.xcworkspace",
73
scheme: "#{SCHEME}",
74
export_method: "app-store",
75
+ destination: "platform=iOS Simulator,name=iPhone 16 (18.0)",
76
xcargs: "-allowProvisioningUpdates"
77
)
78
0 commit comments