Xcode error: Failed to launch simulated application

前端 未结 17 2122
走了就别回头了
走了就别回头了 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 04:05

    I had the same problem. I had accidentally added my info.plist file to my target and it was getting copied to the app bundle every time I built the application. So there were 2 .plist files in the bundle - mine and the Info.plist, created by XCode - which confused the simulator.

提交回复
热议问题