Unable to run app in Simulator XCode 6.0

后端 未结 4 1160
情歌与酒
情歌与酒 2021-02-05 02:02

After migrating from XCode 5.0 to XCode 6.0 the project fails to run with the following error.

An error was encountered while running (Domain = FBSOpenApplicatio         


        
4条回答
  •  梦如初夏
    2021-02-05 02:55

    As described in my answer to the queation that this is a duplicate of, this error is one manifestation of an install/launch race condition bug. The suggestions you find on this forum suggesting that you should "Erase Contents & Settings" or "Clean" from within Xcode are not correct.

    You simply have to try again and hope you don't loose the race on the next launch. Alternatively, you can just "finger launch" it from within the booted simulator.

提交回复
热议问题