FBSOpenApplicationErrorDomain code =4 error

后端 未结 12 1178
小蘑菇
小蘑菇 2020-12-04 08:27

When I\'m trying to run iOS application in Xcode 6 in iPhone 6 simulator, I\'m getting error Unable to run app in Simulator.

And error code is:

相关标签:
12条回答
  • 2020-12-04 09:09

    Be careful if you skip installs. I accidentally changed Skip Install on the main target, when i meant to change it on a dependency . When changing it back I had to do a clean.

    0 讨论(0)
  • 2020-12-04 09:16

    No need to quit the simulator or reset all content every time .

    Just close the app on which you are working if running on background .

    it works for me .

    0 讨论(0)
  • 2020-12-04 09:16

    Open your app scheme setting and edit it as shown in attached screenshot, Actually you have to disable the "Launch Due to background fetch". Worked for me. Steps, 1. Select your target and select "edit scheme" 2. Select "Options" tab on right side of detail window 3. Uncheck "Launch Due to background fetch" checkbox.

    0 讨论(0)
  • 2020-12-04 09:17

    I just quit the simulator , cleaned up the project and ran again it worked.

    0 讨论(0)
  • 2020-12-04 09:20

    Just quit the xcode6.0 beta or else and run project again, it worked for me.

    0 讨论(0)
  • 2020-12-04 09:20

    Disconnect hardware keyboard. In ios simulator main menu Hardware -> Keyboard -> Disconnect Hardware keyboard.

    0 讨论(0)
提交回复
热议问题