Titanium: Setting minimum iOS version -


i googled question , found using

<ios>   <min-ios-ver>#.#</min-ios-ver> </ios> 

takes care of that. problem working on app created several years ago now. tiapp.xml never had <ios> section. still have <iphone> section. using ti sdk 3.2.1 , app works fine. cannot install on ipad 1 ios 5.1 on it. saying doesn't meet minimum software requirement.

so question how can set value older project? have tried adding tags above tiapp.xml nothing. itunes still says doesn't meet version requirement.

note support ios 5.x , earlier removed in release 3.2.0.

you have use older version of sdk in order compile ios 5.x

please find original answer , few additional links sdk compatability here.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -