问题后3.0.1更新供应iPhone(Problem provisioning iPhone aft

2019-09-22 02:57发布

我曾经是能够在我的iPhone时正在运行3.0运行我的应用程序。 我更新到3.0.1后,我得到的错误:

没有置备iPhone OS设备连接。

我跟着苹果在终端指南:

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) / 
Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1 

但这并没有帮助。

Answer 1:

请确保你不将其粘贴到终端,你现在拥有它(和苹果都在他们的PDF)。 它应该是一条线,而不是两个。

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /
Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1


Answer 2:

让你需要做的就是复制在文件夹/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\)并将其重命名为3.0.1



文章来源: Problem provisioning iPhone after 3.0.1 update