话说,本人把设备升级到了ios5.1, 之后连上数据线想调试程序,xcode竟然检测不到设备了,一看organizer 显示xcode4.2并不支持ios5.1
正常的思路当然去升级xcode,但新的xcode4.3 竟然没有支持snow系统的版本
不想升级lion麻烦又花银子,找到了解决的办法,下面记录一下解决方案,以给与我一样经历的人省198块大洋
1、下载lion版本的xcode 4.3
2、双击打开xcode_4.3.1_for_lion.dmg
3、右键点击xcode图标--->显示包内容
4、进入 Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,把 5.1 (9B176) 文件夹 copy到 /Developer/Platforms/iPhoneOS.platform
把Contents/下 version.plist COPY到/Developer/Platforms里
5、重启xcode,一切都ok了
正常的思路当然去升级xcode,但新的xcode4.3 竟然没有支持snow系统的版本
不想升级lion麻烦又花银子,找到了解决的办法,下面记录一下解决方案,以给与我一样经历的人省198块大洋
1、下载lion版本的xcode 4.3
2、双击打开xcode_4.3.1_for_lion.dmg
3、右键点击xcode图标--->显示包内容
4、进入 Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,把 5.1 (9B176) 文件夹 copy到 /Developer/Platforms/iPhoneOS.platform
把Contents/下 version.plist COPY到/Developer/Platforms里
5、重启xcode,一切都ok了