iPhone Simulator: SpringBoard failed to launch application with error: 7

后端 未结 22 1429
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 04:09

Building an iPhone project results in:

Failed to launch simulated application: SpringBoard failed to launch application with error: 7

相关标签:
22条回答
  • 2020-12-08 04:30

    When a home directory mounted in NFS you have the problem with the simulator.

    To get rid of it, you need to to create a couple of directories in some local place where you have permissions to write, "iPhone Simulator" and "Interface builder". Then remove "~/Library/Application Support/iPhone Simulator" and "~/Library/Application Support/Interface Builder 3.0". And finally create symlinks at the exact places of the removed directories pointing to the local directories.

    0 讨论(0)
  • 2020-12-08 04:32

    That did it for me, too:

    This happens to me when i switch from testing on the device to testing on simulator. Restarting Xcode and simulator gets rid of this error for me.Silly.

    0 讨论(0)
  • 2020-12-08 04:33

    For mine, I got the error when I tried to change the App bundle ID setting in my info.plist file for the sake of running a test. Changing it back cured the problem, but didn't do me any good for the test. Thankfully, the app had loaded in the simulator and I ran it manually for my test.

    As far as I can tell, the problem stemmed from having a bundle ID that matched both a specific ID and a wild-card ID. The App IDs I've tried that match only a specific ID/Profile haven't shown a problem.

    0 讨论(0)
  • 2020-12-08 04:34

    It happens to be related to folder name as well. My image folder was originally named "contents" and I got the error described.

    Changed the folder name to "image_files" and reimport it to Xcode project as "folder". It works!

    This is totally random...

    0 讨论(0)
  • 2020-12-08 04:36

    I had the same problem but this solution works...!!! 1)Deleting the app from simulator. 2)Quitting simulator. 3)Restart simulator.

    0 讨论(0)
  • 2020-12-08 04:36

    This happens to me when i switch from testing on the device to testing on simulator. Restarting Xcode and simulator gets rid of this error for me.Silly.

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