fix: GH action iOS build
This commit is contained in:
parent
eeb765f018
commit
aaad8fc94a
2
.github/workflows/build-ios.yml
vendored
2
.github/workflows/build-ios.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Build App
|
- name: Build App
|
||||||
run: "xcodebuild \
|
run: "xcodebuild \
|
||||||
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
|
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
|
||||||
-derivedDataPath ios/build -UseModernBuildSystem=YES \
|
-derivedDataPath build -UseModernBuildSystem=YES \
|
||||||
-workspace VisionCameraExample.xcworkspace \
|
-workspace VisionCameraExample.xcworkspace \
|
||||||
-scheme VisionCameraExample \
|
-scheme VisionCameraExample \
|
||||||
-sdk iphonesimulator \
|
-sdk iphonesimulator \
|
||||||
|
Loading…
Reference in New Issue
Block a user