Start a new topic

Error Building from Xcode (Unity3d)

Error Building from Xcode (Unity3d)


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

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.

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.

Best regards

Andreas
Login or Signup to post a comment