Hi,
I'm trying to compile the project for iOS (arm64) using the provided toolchain and instructions in the README, but I keep getting linker errors related to missing frameworks (e.g., AVFCapture, UIKitCore, etc.) and undefined symbols.
What I tried
- Ran:
make TARGET=aarch64-iphone-darwin SDK=$(xcrun --sdk iphoneos --show-sdk-path)
- Built dependencies successfully, but when building the main project with CMake, I get errors like:
ld: framework 'AVFCapture' not found
clang: error: linker command failed with exit code 1
- I also tried commenting out iOS-specific API registrations in
calls.h, but the linker still fails due to missing frameworks.
System info
- macOS version: [your version?]
- Xcode version: [your version?]
- iOS SDK: [your SDK version?]
- Command used: [paste your build commands?]
Hi,
I'm trying to compile the project for iOS (arm64) using the provided toolchain and instructions in the README, but I keep getting linker errors related to missing frameworks (e.g., AVFCapture, UIKitCore, etc.) and undefined symbols.
What I tried
make TARGET=aarch64-iphone-darwin SDK=$(xcrun --sdk iphoneos --show-sdk-path)calls.h, but the linker still fails due to missing frameworks.System info