We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a86402 commit e0ba258Copy full SHA for e0ba258
.github/workflows/build.yml
@@ -1167,7 +1167,9 @@ jobs:
1167
./build-xcframework.sh
1168
1169
- 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
+ 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
1173
1174
android-build:
1175
runs-on: ubuntu-latest
0 commit comments