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 d02abb9 commit c44a301Copy full SHA for c44a301
.github/workflows/spm.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: tvOS Build Tests
21
run: xcodebuild -scheme abseil build -sdk "appletvsimulator" -destination 'platform=tvOS Simulator,name=Apple TV'
22
- name: iOS Device Build Tests
23
- run: xcodebuild -scheme abseil build -sdk 'iphoneos'
+ run: xcodebuild -scheme abseil build -sdk 'iphoneos' -destination 'generic/platform=iOS'
0 commit comments