Cannot build project in Xcode(linker command failed with exit code 1)
C
Carstein Leung
started a topic
almost 6 years ago
I just try to build a very simple testing app for AR using wikitude.
I open a new project using unity3d 5.6.1f1, downloaded your SDK in mac and import the files to my unity3d project.
I uploaded a video to target manager and downloaded the WTO file.
I updated the key in AR camera, select my WTO file in a object tracker.
I export it to an XCODE project.
When I open the project, it already have an error message:
ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/WikitudeNativeSDK.framework/WikitudeNativeSDK) for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What should I do?
1 Comment
Wikitude Support
said
almost 6 years ago
Hello Carstein,
Our new Unity plugin / Native SDK 7 requires iOS 9 or later since the Wikitude Native SDK is configures as dynamic framework to support ObjC and Swift.
Carstein Leung
I just try to build a very simple testing app for AR using wikitude.
I open a new project using unity3d 5.6.1f1, downloaded your SDK in mac and import the files to my unity3d project.
I uploaded a video to target manager and downloaded the WTO file.
I updated the key in AR camera, select my WTO file in a object tracker.
I export it to an XCODE project.
When I open the project, it already have an error message:
ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/WikitudeNativeSDK.framework/WikitudeNativeSDK) for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What should I do?