Build for target "aarch64-apple-ios-sim" failed #322
greatdiviner
started this conversation in
General
Replies: 3 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Build for targets "x86_64-apple-ios" and "aarch64-apple-ios" succeeded as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The "aarch64-apple-ios-sim" target is not currently supported, but future versions will include support for it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Build for target "aarch64-apple-ios-sim" failed
To Reproduce
Steps to reproduce the behavior:
cargo build --target aarch64-apple-ios-sim --release -F ffi
Expected behavior
Build for target "aarch64-apple-ios-sim" should succeed.
Additional context
CMake Error at /opt/homebrew/Cellar/cmake/3.28.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
/opt/homebrew/Cellar/cmake/3.28.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/opt/homebrew/Cellar/cmake/3.28.1/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:574 (find_package)
Beta Was this translation helpful? Give feedback.
All reactions