I've managed to compile for Android - time to start coding - however on iOS I get the above error
I've checked that the Framework is in the correct place.
All assistance appreciated
A
Andreas Schacherbauer
said
about 10 years ago
Hi,
Buiild failed with Ld means that the Linker was not able to find the Wikitude.framework. To find out where the Linker expects the framework to be, check the module.xcconfig file in your projects iOS modules folder. Whatever path is set there is interpreted relative to the titanium generated Xcode project. You find the Xcode project in your projects build folder.
Best regards
Andreas
K
Ken Liu
said
about 10 years ago
Hi Andreas,
Here's (what I think is) the relevant part of module.xcconfig
Ken Liu