diff --git a/.github/workflows/BUILD_APP_TARGET.yml b/.github/workflows/BUILD_APP_TARGET.yml index d070cf14..23317df7 100644 --- a/.github/workflows/BUILD_APP_TARGET.yml +++ b/.github/workflows/BUILD_APP_TARGET.yml @@ -27,4 +27,5 @@ jobs: # KuringApp 스킴을 빌드합니다. - name: KuringApp 빌드 run: | + cd KuringApp xcodebuild build -scheme KuringApp -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14 Pro' CODE_SIGNING_REQUIRED=NO