Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

When attempting to run a build on a connected iOS device in Xcode I get the error:

(当尝试在Xcode中在连接的iOS设备上运行构建时,出现错误:)

Could not find Developer Disk Image

(找不到开发人员磁盘映像)

错误消息的屏幕截图

I saw that there was a public beta for Xcode, so I installed it.

(我看到Xcode有一个公开测试版,所以我安装了它。)

One of the new features is that you don't need to have a Developer Program Account Dingus to upload your app directly to your iPhone.

(新功能之一是您不需要开发人员计划帐户Dingus即可将您的应用程序直接上传到iPhone。)

However, on my iPhone 4s, I also did a public beta update to iOS 8.4, problem being, that there's no Developer Disk Image available for it.

(但是,在我的iPhone 4s上,我还对iOS 8.4进行了公开Beta版更新,问题是没有可用的Developer Disk Image。)

Where do I to find it or how can it be fixed?

(我在哪里可以找到它或如何固定它?)

  ask by Nathan Kramer translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
504 views
Welcome To Ask or Share your Answers For Others

1 Answer

For people who would have similar problems in the future, beware that this problem is fundamentally rooted in the mismatch of your iOS version and Xcode version.

(对于将来可能会遇到类似问题的人们,请注意,此问题从根本上根源于您的iOS版本和Xcode版本的不匹配。)

Check the compatibility of iOS and Xcode.

(检查iOS和Xcode的兼容性。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...