Skip to content

Describe the problem #5

@seyed-sabbagh

Description

@seyed-sabbagh

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?]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions