3.0.1更新后问题配置iPhone

She*_*lam 3 iphone xcode objective-c

我以前能够在运行3.0的iPhone上运行我的应用程序.我更新到3.0.1后,我收到错误:

未配置已配置的iPhone OS设备.

我在终端上关注了Apple的指南:

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) / 
Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1 
Run Code Online (Sandbox Code Playgroud)

但这没有帮助.

Dav*_*wer 5

确保不要像现在一样将它粘贴到终端中(并且Apple将其粘贴到PDF中).它应该是一行,而不是两行.

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
Run Code Online (Sandbox Code Playgroud)

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /
Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
Run Code Online (Sandbox Code Playgroud)