Error: Cannot read property 'replace' of undefined when building iOS Cordova

前端 未结 9 1538
醉话见心
醉话见心 2020-12-23 09:32

I created a cordova project using cordova create project hello com.hello Hello.

And added iOS platform using cordova platform add iOS. And

9条回答
  •  北荒
    北荒 (楼主)
    2020-12-23 10:26

    Another option is to use a cordova-ios version with the ios-sim patch already implemented

    cordova platform add https://github.com/apache/cordova-ios.git#4.4.0-ios-sim

    Beware that this is not an official release of Apache Cordova, this will be included in next 4.4.1 version.

提交回复
热议问题