Skip to content

Commit 1f9eea8

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fastlane/Fastfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ platform :ios do
6767
keychain_password: "#{KEYCHAIN_PASSWORD}"
6868
)
6969

70+
scan(
71+
workspace: "#{APP_NAME}.xcworkspace",
72+
scheme: "#{SCHEME}",
73+
devices: ["iPhone 16"]
74+
)
75+
7076
# ✅ 빌드
7177
build_app(
7278
workspace: "#{APP_NAME}.xcworkspace",

0 commit comments

Comments
 (0)