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
Post a Comment