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 c9003ce commit 8ba166aCopy full SHA for 8ba166a
.github/workflows/build.yml
@@ -1134,7 +1134,7 @@ jobs:
1134
- name: xcodebuild for swift package
1135
id: xcodebuild
1136
run: |
1137
- xcodebuild -scheme llama-Package -destination "${{ matrix.destination }}"
+ xcodebuild -scheme llama-Package -destination 'generic/platform=iOS'
1138
1139
- name: Build Xcode project
1140
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' build
0 commit comments