FBSOpenApplicationErrorDomain Code=3

时光怂恿深爱的人放手 提交于 2019-11-28 09:35:13

iOS Simulator -> Reset Contents and Settings...

Worked for me

iOS Simulator -> Reset Contents and Settings... -> Reset


Keep Your Settings


Restart simulator:

  • Click on Simulator app
  • Simulator > Quit Simulator or CMD + Q
  • Click on xcode
  • Project > Run or CMD + R

For those using real hardware and not the simulator, I had this issue. The problem is I'd selected my individual developer account as my code signer. In doing so, I had to go to:

Settings > General > Profiles > Device Management > (my email)

and then tap the Trust (my email) to trust my individual account.

After I did this, cmd-R ran my code on my watch/phone just fine.

KAMAL

Try returning to the view controller and running again in the simulator; it worked for me in Xcode 7.2.

I was getting this when running on the actual watch. Turned out to be caused by the developer account not being trusted on the iPhone. Settings->Device Management->...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!