There was an error while loading. Please reload this page.
1 parent 626583f commit 5516101Copy full SHA for 5516101
1 file changed
.github/workflows/build-capacitor-ios.yml
@@ -51,5 +51,7 @@ jobs:
51
cd test-cap-app/ios/App
52
xcodebuild build \
53
-scheme App \
54
- -destination 'generic/platform=iOS Simulator' \
+ -sdk iphoneos \
55
+ CODE_SIGN_IDENTITY="" \
56
+ CODE_SIGNING_REQUIRED=NO \
57
CODE_SIGNING_ALLOWED=NO
0 commit comments