Skip to content

Commit 33a4256

Browse files
committed
fix: fastlane build error
1 parent 1bacf30 commit 33a4256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ platform :ios do
7272
workspace: "#{APP_NAME}.xcworkspace",
7373
scheme: "#{SCHEME}",
7474
export_method: "app-store",
75+
destination: "platform=iOS Simulator,name=iPhone 16 (18.0)",
7576
xcargs: "-allowProvisioningUpdates"
7677
)
7778

0 commit comments

Comments
 (0)