Blank app fails debug build - /Info.plist file not found

后端 未结 6 1318
南方客
南方客 2020-12-14 22:29

In a larger context I resorted back to creating a blank project and running my build commands. Same error:

ionic start myApp blank
cd myApp
ionic cordova run         


        
6条回答
  •  误落风尘
    2020-12-14 23:07

    This works for me:

    cordova run ios --debug --target "iPhone-8" --buildFlag='-UseModernBuildSystem=0'
    

提交回复
热议问题