Xcode error: Failed to launch simulated application

前端 未结 17 2119
走了就别回头了
走了就别回头了 2020-12-16 03:21

Problem

Unlike people have asked at here and here, I got this error after a brand new installation of Leopard (hackintosh), this problem really driving me crazy a

相关标签:
17条回答
  • 2020-12-16 03:46

    I had the same problem, I fixed it by launching the simulator through another app and deleting the app I was trying to run on it. Then try to build and run and worked perfect.

    Cheers

    Matt

    0 讨论(0)
  • 2020-12-16 03:47

    I fixed this problem by removing the "Icon already includes gloss and bevel effect" property from the Info.plist file in my project.

    0 讨论(0)
  • 2020-12-16 03:47

    My problem centered around a Product Name the simulator simply wouldn't accept. Picking alternative names got me past the problem. Changing the name back to the original suspect choked the simulator every time.

    0 讨论(0)
  • 2020-12-16 03:48

    Try moving the project to your local hard driver and opening it from there! That solved the issue for me (the project used to be stored on a samba share).

    0 讨论(0)
  • 2020-12-16 03:51

    Simply delete the app from the simulator (and/or device if you're attempting to run on your device) via the UI of the simulator, then shut the simulator down and attempt to re-run the app. Doing the deletion of the actual files backing the simulator will also remove the app and do the same thing (but the deletion via the simulator's UI, if it works for you, is a little bit faster and easier).

    0 讨论(0)
  • 2020-12-16 03:55

    Wow, what a pain. I had to uninstall XCode 4 via the command line and then install XCode 3 again. Make sure that you restart after you reinstall. Working...

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