iOS Simulator failed to install the application

前端 未结 17 1413
有刺的猬
有刺的猬 2020-11-28 21:16

I have created a Cordova 2.1.0 app, It ran fine for the first 2-3 times. But now when I am trying to run it through terminal it is giving me the following error.I didn\'t ch

17条回答
  •  悲哀的现实
    2020-11-28 22:12

    None of the above worked for me, I finally compared my info.plist to another project and found that I had somehow deleted the "Executable File = ${EXECUTABLE_NAME}" key/value pair, replacing it fixed the problem for me.

提交回复
热议问题