I have an iOS module built with Titanium mobilesdk 2.1.4.GA that relies on a handful of frameworks. The build.py command succeeds, but when I try to run the module in the module test harness, I get this error:
Undefined symbols for architecture i386: "_OBJC_CLASS_$_MyNewViewController", referenced from: objc-class-ref in libmy.module.a(MyModuleView.o) ld: symbol(s) not found for architecture i386
If I don't use my added code, the module works great.
How can I build the correct version of my class for the test harness?