我把我的xcode升级到xcode5,在目录下
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
我得到iPhoneOS6.1.sdk/
了iPhoneOS7.0.sdk/
在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
我得到的目录iPhoneSimulator6.0.sdk/
和<code>iPhoneSimulator7.0.sdk/
每次运行我的应用程序时,我无法选择iOS的版本,也无法选择Retina以外的分辨率。Xcode5 在 iOS7 中总是使用视网膜分辨率:
但是我要使用的是iOS6的低分辨率,我该怎么办?ps:我已经将以下设置设置为iOS6.1
General -> Deployment Target
Build Setting -> Base SDK
我确实已经下载了 iOS 6.0 模拟器,但我没有选择使用它。