Skip to content

Commit 81b991d

Browse files
committed
[fix] #206 Fastfile 수정
1 parent a0deb07 commit 81b991d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ platform :ios do
4141
workspace: "Pokit.xcworkspace",
4242
scheme: "App",
4343
configuration: "Debug",
44-
destination: "platform=iOS Simulator,name=iPhone 15,OS=17.5",
4544
export_method: "development",
4645
export_options: {
4746
provisioningProfiles: {
@@ -73,7 +72,6 @@ platform :ios do
7372
workspace: "Pokit.xcworkspace",
7473
scheme: "App",
7574
configuration: "Release",
76-
destination: "generic/platform=iOS",
7775
export_method: "app-store",
7876
export_options: {
7977
provisioningProfiles: {

0 commit comments

Comments
 (0)