Skip to content

Commit 9b9e9bb

Browse files
committed
fix: build test 시 사용 가능한 iOS 시뮬레이터를 사용할 수 있게 수정
1 parent f2a8403 commit 9b9e9bb

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
@@ -41,6 +41,7 @@ platform :ios do
4141
workspace: "Pokit.xcworkspace",
4242
scheme: "App",
4343
configuration: "Debug",
44+
destination: "generic/platform=iOS Simulator",
4445
export_method: "development",
4546
export_options: {
4647
provisioningProfiles: {

0 commit comments

Comments
 (0)