I am getting the following error when building my Wikitude project from Xcode.
ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/WikitudeNativeSDK.framework/WikitudeNativeSDK) for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Using:
Unity3d version 5.2
Xcode 7.1
Unity-Wikitude-1_0_0 2
WikitudeNativeSDK framework was added as a Embedded Binary
Embedded Content Contains Swift Code set to YES
Have set Bitcode to NO
Any ideas as to what I am missing?
Thanks
T
Thiago Crawford
said
almost 8 years ago
Can't say if it is the same issue, but whilst trying to build the example project I had a linker error.
Fixed it by in Xcode changing the projects "Deployment Target" from ios 6.0 to 9.0.
Hope this helps you.
A
Andreas Schacherbauer
said
over 7 years ago
Hi, Our Unity plugin/Native SDK require iOS 8 or later since the Wikitude Native SDK is configured as dynamic framework to support ObjC and Swift.
Matthias Poma