Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode 版本:11.2 使用的 iOS 模拟器版本:13.2 和 12.4
通过拖放安装 .app 到 iOS 模拟器,但是当我尝试打开它时出现此错误。当我的 Xcode 仍然是 v10 时,这种方法很好。
尝试下载旧的 Xcode 10 并测试您的应用程序。 https://developer.apple.com/download/more/ 希望它有助于找到错误
您需要查看日志中的内容。在最详细模式下打开日志记录模式并运行应用程序。您可能会看到问题出在哪里。希望能帮助到你。
安装了 Xcode 10(感谢 Vlad Tagunkov)并将命令行工具更改为 v10.3
此外,这只适用于 iOS 12.4 模拟器。在 13.2 上尝试过,我仍然得到同样的错误。