Meteor 1.5.2 ios simulator issue, typeError: Cannot read property 'replace' of undefined #9098
Comments
This is (or was) a bug in the cd .meteor/local/cordova-build/platforms/ios/cordova
meteor npm install ios-sim@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’m on Xcode 8.3.3 with OS X 10.12.6
Fresh install of meteor 15.2.
Basically, i just created a basic app using meteor create
It prompted me to update to meteor 1.5.2 and I updated though it worked fine for meteor 1.4.3.
When I tried running meteor run ios after adding platforms for both the versions, it gave me the below error for 1.5.2
meteor run ios gives error.
=> App running at: http://localhost:3000/
=> Errors executing Cordova commands:
While running Cordova app for platform iOS with options --emulator:
cat .meteor/local/cordova-build/platforms/ios/CordovaLib/VERSION
gives me 4.4.0
so the api is deprecated on iOS 9.0 api
what’s the proper way to update cordova to the latest version to work with iOS 10 (and potentially iOS 11 weeks later)?
The text was updated successfully, but these errors were encountered: