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

后端 未结 6 1302
南方客
南方客 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 22:50

    This worked for me

    Open your workspace file, then File --> WorkSpace Settings
    
    In shared Workspace settings, choose Build System: Legacy Build System.
    
    Then run ionic cordova run -l
    

    Source(last comment): https://forum.ionicframework.com/t/fresh-ionic-fails-to-emulate-ios-12-info-plist-file-not-found/142291

    Update

    I just found out that Cordova IOS 5.0.0 was released. https://cordova.apache.org/announcements/2019/02/09/cordova-ios-release-5.0.0.html

提交回复
热议问题