Hi,
I am using OpenCV as a framework added in module. I am able to create module successfully but when I am trying to run application on iPhone 4s/Simulator, it gives me error as:
Ld build/Debug-iphoneos/test.app/test normal armv7 (i386 in case of simulator).
The awkward situation is, when I am running the same module using Xcode, it deploys on iPhone without any error or warning.
I have already gone through with following solutions: 1. Deleting iPhone folder from App/build/ 2. Added OTHER_LDFLAGS=$(inherited) -F <framework path> - framework <other frameworks>
Is there any special configuration I need to set in my application or in my module.
My configuration is:
Application type: mobile Titanium SDK: 3.3.0 Platform & version: iOS 7.1 Device: iOS simulator, iOS Device Host Operating System: Mac OSX Titanium Studio:3.3.0.201407100905 Logs: [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/test.app/test normal i386 [ERROR] : (1 failure)
Please provide any solution as I got stuck because of this.