I'm running my app and I've encountered a build issue when running it on a real iOS device.
ld: library not found for -ld64
clang: error: linker command failed with exit code 1 (use
-V to see invocation)
Environment:
macOS Monterey 12.7.6,Xcode 14.2,IOS 16.0.2(
Real machine)
What I Have Tried:
Cleaning the build folder in Xcode and rebuilding. Updating and reinstalling all project dependencies.
Build Settings -> uild Active Architecture Only -> Yes
Build Settings Excluded Architectures -> armv7&armv7s
Build Settings -> Other Linker Flags -> -ld64
I'm not sure what other information I can provide that is useful.
Topic:
Developer Tools & Services
SubTopic:
Xcode