ios - 无法附加到 pid : “####” unable to attach

标签 ios xcode xcode7 xcode7.3

<分区>

我刚刚更新到 Xcode 7.3.1,在 iOS 模拟器上显示启动屏幕后,我的项目崩溃并出现相同的错误。

错误是:

"Could not attach to pid : “1712” unable to attach"

然后我尝试运行另一个项目,我得到:

"Could not attach to pid : “2025” unable to attach"

有什么解决办法吗?

最佳答案

重置模拟器中的内容和设置对我有用。这在 iOS 模拟器上可用:Hardware -> Erase all Content and Settings

关于ios - 无法附加到 pid : “####” unable to attach,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37582096/

相关文章:

ios - iPad 屏幕旋转错误。有没有办法在 View 加载之前锁定旋转?

iphone - 如何在 Table View ViewDidLoad 方法中调用自定义单元格中声明的 UISwitch?

iOS 9 pushViewController 不工作,在 iOS 8 中一切都按预期工作,零代码更改?

ios - 用于 swift 的 sqlite 不稳定

ios - 如何更改特定日期的 FSCalandar 日期颜色。?

objective-c - 如何在同一个界面上使用两个 NStableview?

ios - 如果在Swift 2.0中让警告

swift - 将自定义 key 添加到 info.plist,当我从 Swift 中的 Playground 访问时,它是零

ios - addSubView - 在 UIView 中添加一个按钮也会为其 SuperView 添加相同的按钮

ios - 在 View Controller 之间共享一个例程