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_8 更新后升级了我的 xcode 我遇到了很多问题,例如应用程序没有在模拟器中运行以及有时没有在设备中运行。它给了我一个错误应用程序安装失败。发生了未知错误。五次在设备上运行三次,两次未运行,并且配置文件正确,因为应用程序在设备中运行。在模拟器中,它给出了幻灯片菜单框架的例外。代码完全更新为xcode_8和swift 2.3.
xcode_8
swift 2.3.
清理派生数据,然后再次运行。
如上所述,尝试了一切,唯一解决此问题的是重新启动我的 Mac,然后它又开始工作了。