Hi, I have to make a module with binaries (*.a) that are made only for armv7. In the past modules need to be for armv6 AND armv7. now with TI SDK 2.1.3 and IOS SDK 6.0, will it be ok ? should I use the <min-ios-ver>4.3</min-ios-ver> flag in tiapp.xml ? Regards
2 Answers
Accepted Answer
Hi Armindo, just make your normal module with 2.1.3.GA and it will work for ARM7 devices. Just remember to include iOS 6 related framework where ever required.
We recently delivered an app with Ti SDK 2.1.3.GA and iOS SDK 6.0 and it is working fine. Moreover, you need to add few OTHER_LDFLAGS lines in the module.xcconfig file for 6.0 if building a module.
Also, we didn't put <min-ios-ver>4.3</min-ios-ver> flag in tiapp.xml and it worked wonders.
I hope this helps & addresses your need.
Your Answer
Think you can help? Login to answer this question!