Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin.iOS Target iOS 6 SDK

We have upgraded to XCode 5 and Xamarin.iOS 7.x, but have one app we are not quite ready to support iOS 7 for yet.

Is there a way to target the iOS 6.0 SDK, and compile the app so that it has the old iOS 6 keyboard, etc.?

We tried changing the settings in iOS Build->SDK Version, and we can change it when targeting the simulator, but the option doesn't exist for AhHoc or AppStore builds.

Any ideas?

like image 333
jonathanpeppers Avatar asked Dec 28 '25 01:12

jonathanpeppers


1 Answers

Xcode ships with several simulator SDK but only one device SDK. So you need to install an older version of Xcode. E.g. installing Xcode 4.6 will give you the 6.1 SDK).

Both versions can coexists side-by-side if you rename the existing one before installing the 2nd.

Be sure to have XS points to the Xcode you want to use (it's not a project specific setting).

like image 113
poupou Avatar answered Dec 30 '25 21:12

poupou