We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9e9bb commit 3208797Copy full SHA for 3208797
fastlane/Fastfile
@@ -41,7 +41,7 @@ platform :ios do
41
workspace: "Pokit.xcworkspace",
42
scheme: "App",
43
configuration: "Debug",
44
- destination: "generic/platform=iOS Simulator",
+ destination: "platform=iOS Simulator,name=iPhone 15,OS=17.5",
45
export_method: "development",
46
export_options: {
47
provisioningProfiles: {
@@ -73,6 +73,7 @@ platform :ios do
73
74
75
configuration: "Release",
76
+ destination: "generic/platform=iOS",
77
export_method: "app-store",
78
79
0 commit comments