diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43886581..d5c9b0e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: run: | cd ios node gen_ios - xcodebuild -workspace Hello2D.xcworkspace -scheme Hello2D -configuration Release -sdk iphoneos -arch arm64 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + xcodebuild -workspace Hello2D.xcworkspace -scheme Hello2D -configuration Release -destination generic/platform=iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO - name: Save Environment Cache if: ${{ (github.event_name == 'push') && (steps.environment-cache.outputs.cache-hit != 'true') }}