I am attempting to wrap a native iOS framework in a Titanium module. I am able to build the module, using the build.py script, but when I attempt to build in Titanium, I get the following error:
[ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/InkDemo.app/InkDemo normal i386 [ERROR] : (1 failure)I have attempted to use the demo projects found on github. But I have not yet found one that uses a third party library/framework that compiles.
Is there somewhere that I can get more detailed error output than this? Any suggestions would be greatly appreciated.