3

我们已经升级到 XCode 5 和 Xamarin.iOS 7.x,但是有一个应用程序我们还没有准备好支持 iOS 7。

有没有办法以 iOS 6.0 SDK 为目标,并编译应用程序以使其具有旧的 iOS 6 键盘等?

我们尝试更改 iOS Build->SDK Version 中的设置,我们可以在针对模拟器时更改它,但对于 AhHoc 或 AppStore 构建不存在该选项。

有任何想法吗?

4

1 回答 1

4

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).

于 2013-10-02T21:03:44.850 回答