Skip to content

Commit e0ba258

Browse files
committed
ci : add xcodebuild -downloadPlatform iOS command
1 parent 7a86402 commit e0ba258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,9 @@ jobs:
11671167
./build-xcframework.sh
11681168
11691169
- name: Build Xcode project
1170-
run: xcodebuild -project examples/llama.swiftui/llama.swiftui.xcodeproj -scheme llama.swiftui -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' FRAMEWORK_FOLDER_PATH=./build-ios build
1170+
run: |
1171+
xcodebuild -downloadPlatform iOS
1172+
xcodebuild -project examples/llama.swiftui/llama.swiftui.xcodeproj -scheme llama.swiftui -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' FRAMEWORK_FOLDER_PATH=./build-ios build
11711173
11721174
android-build:
11731175
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)