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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the exposed XCFramework supports the following architectures:
x86_64-darwin
arm64-darwin
x86_64-ios
arm64-ios
When using PactSwiftMockServer to run on an iOS Simulator running on arm64-darwin (Apple M1 chip), it might fail due to missing platform support.
PactSwiftMockServer
libpact_mock_server.a
aarch64-apple-ios-sim
-arch arm64
cargo +nightly build -Z build-std --target aarch64-apple-ios-sim
The text was updated successfully, but these errors were encountered:
arm64-sim is being supported since fb81488.
arm64-sim
Sorry, something went wrong.
surpher
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
❕ Problem Statement
Currently, the exposed XCFramework supports the following architectures:
x86_64-darwin
arm64-darwin
x86_64-ios
(simulator)arm64-ios
(physical device)When using
PactSwiftMockServer
to run on an iOS Simulator running on arm64-darwin (Apple M1 chip), it might fail due to missing platform support.💬 Task Description
libpact_mock_server.a
usingaarch64-apple-ios-sim
cargo triple.-arch arm64
when archiving for simulator👩🔧 Technical Design Notes
cargo +nightly build -Z build-std --target aarch64-apple-ios-sim
🤝 Relationships
The text was updated successfully, but these errors were encountered: