FBSOpenApplicationErrorDomain code =4 error

后端 未结 12 1177
小蘑菇
小蘑菇 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:32

    This problem probably started after we enabled background mode in our app.My solution :

    1) Go to simulator
    2) Hold cmd + shift
    3) Tap 'H' key two times
    4) Slide the application off to stop it running in the background.
    5) Run again.

    (Very tiring to have to repeat the above step each time I build and run)

提交回复
热议问题