0

我正在尝试ios6在我的xcode 4.4.1版本上安装,但我找不到如何做到这一点。(更新 xcode?)iOS我可以为我的项目选择的最后一个版本是5.1.

我该如何安装它?我必须这样做才能支持ios6

to meet "quality standards, i must add a code here.. //code 
[self myClass] // i cant publish without this,its annoying!
if(a==5)
  a=40;
else
  a=70;

谢谢

4

1 回答 1

1

将您的 xcode 更新到 4.5 版更新完成后,在方案中选择更多模拟器-> 选择并安装您需要的所有模拟器。您将能够使用iOS6。

于 2012-10-01T08:56:20.677 回答