How to set Other linker flags in Custom Module module.xcconfig?

You must Login before you can answer or comment on any questions.

Hi, I am using third party framework functionality in my application for that i'm doing custom module in titanium. In that app i have to set Other Linker Flags "-ObjC" and "-all_load" in build configuration settings and i moduled like the one below in module.xcconfig file, but the files corresponding to this Linker Flags are not added during build process.

OTHER_LDFLAGS=$(inherited) -ObjC -all_load

Please any one give suggestions on setting this is correct or not...

Thanks in advance.

Your Answer

Think you can help? Login to answer this question!