i have a ios module, in the module used <AssetsLibrary/AssetsLibrary.h> framework, when i require the module in app, get build error : Ld build/Debug-iphonesimulator/*** normal i386 error.
i open the project that generated by titanium studio (app/build/iphone) use Xcode, find the framework didn't added in project, i manually add the framework and run, it's ok?
but when i want run the app i need add it manually each time, why the titanium studio can't auto add the framework? is there something wrong in my dev environment?or is a way i can force titanium studio add the framework?