When trying to compile a Titanium project I get a build error. When I bring the built iOS app from Titanium into XCode to find the specific problem I get:
Ld /Users/alexfarnsworth/Library/Developer/Xcode/DerivedData/Kickstart-fxakexyorlymwtepwdmkzahxblsk/Build/Products/Debug-iphoneos/Kickstart.app/Kickstart normal armv7
cd /Users/alexfarnsworth/Documents/Titanium_Studio_Workspace/Kickstart/build/iphone
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anyone help?
A
Andreas Schacherbauer
said
almost 11 years ago
Hi,
have a closer look on the Xcode log. It says "ld: library not found for -lWikitudeSDK"
You need to set the correct library search path for the Wikitude SDK. You can do this in the 'Build Settings' tab (In Xcode, select the Xcode project in the project navigator and then you see the settings tab).
Alex Farnsworth