FBSOpenApplicationErrorDomain code =4 error

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

    This happened to me once when I added some assets as symbolic links (through ln -sf). Even installing to devices was failing.

    After I removed the links and made a hard copy, it worked and error was gone.

提交回复
热议问题