还有其他方法可以将iOS模拟器SDK更改为硬件 - >版本
感谢您的帮助。
修改 最后我用applescript
得到了它set selectedVersion to "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk"
set thePListFolderPath to path to preferences folder from user domain as string
set thePListPath to thePListFolderPath & "com.apple.iphonesimulator.plist"
tell application "System Events"
tell property list file thePListPath
tell contents
set value of property list item "currentSDKRoot" to selectedVersion
end tell
end tell
end tell
答案 0 :(得分:5)
不完全确定你想要的是什么?
您可以在Xcode首选项中安装其他模拟器:
如果您想在iOS 4.3或5.0上测试您的应用,则需要将部署目标设置为所需的版本。如果将部署目标设置为4.3,则可以使用运行iOS 4.3,5.0或5.1的Simulator进行测试。
答案 1 :(得分:0)
是的,如果你已经安装了isd,那么转到project / target并选择3.0的目标,你的所有模拟器都将显示在那里,你的应用程序将被定位到所需的版本
下载sdk,转到xocde> downloadds