HI, I've narrowed this down to the Zooz payment module being included on my project. My app runs fine until I add this into my tiapp.xml: <module platform="iphone">com.zooz.ti</module>
and then in my alloy.js file I do something var myvar = require('com.zooz.ti');
after adding these two parts, my app crashes. here is my stack trace
[INFO] : Detected third-party native iOS module: com.zooz.ti version 1.5.0 ..... Writing Xcode project data file: Titanium.xcodeproj/project.pbxproj [INFO] : Writing Xcode project configuration: project.xcconfig [INFO] : Writing Xcode module configuration: module.xcconfig [INFO] : Creating symlinks for simulator build [INFO] : Injecting native libraries into Xcode project file [INFO] : Forcing rebuild: ApplicationDefaults.m has changed since last build [INFO] : Writing properties to ApplicationDefaults.m [INFO] : Copying module resources [INFO] : No CommonJS modules to copy [INFO] : Invoking xcodebuild [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/MyApp.app/MyApp normal i386 [ERROR] : (1 failure)
using tiStudio 3.1.3 SDK 3.1.3 GA.
Please help !