【发布时间】:2015-02-01 00:12:07
【问题描述】:
在模拟器中运行应用程序并在 Xcode 中出现以下错误 6
【问题讨论】:
在模拟器中运行应用程序并在 Xcode 中出现以下错误 6
【问题讨论】:
我建议你使用 Xcode 6.1.1 的稳定版本。
FBSOpenApplicationErrorDomain, code =4 error suggests it is an error from
cached data on the simulator.
有三种可能的解决方案:
清洁模拟器。使用 (Command + Shift + k) 作为快捷键或转到 Product -> Clean
退出模拟器并重新启动它。
打开模拟器。选择 iOS 模拟器 -> 重置内容和设置...
选项 3 对我有用。
【讨论】: