i have to update old app
if i try to validate it, validator says that architecture armv6 is missing.
i have xcode 4.5.2 and titanimum 3.1.0.201304151600
in titanium when i click on Distribute - Apple iTunes Store i have only option to select SDK Version 6.0
i am using Titanium SDK 2.1.3 GA. in builder.py for this Titanium SDK is condition, that if i am using ios sdk version >= 6.0 then armv6 is not available.
so i am not able to upload app to appstore. when i build project via titanium and then look on it in xcode, there is only armv7 in settings. if i add there armv6, app is not validated correctly.
is there way how to add different ios sdk to titanium? i tried to install different iOS simulators in xcode under preferences -> download (but probably this has no effect on it).
any advices what should i do to validate app ? thanks