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.
2 parents b3e605f + 57bf235 commit 7c54987Copy full SHA for 7c54987
.github/workflows/coreaudio-rs.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install cargo lipo
40
run: cargo install cargo-lipo
41
- name: Build iphonesimulator feedback example
42
- run: cd examples/ios && xcodebuild -scheme coreaudio-ios-example -configuration Debug -derivedDataPath build -sdk iphonesimulator
+ run: cd examples/ios && xcodebuild ONLY_ACTIVE_ARCH=NO ARCHS=x86_64 -scheme coreaudio-ios-example -configuration Debug -derivedDataPath build -sdk iphonesimulator
43
44
# Build the docs with all features to make sure docs.rs will work.
45
macos-docs:
0 commit comments