LoginSignup
5
2

More than 5 years have passed since last update.

Error: Cannot read property 'replace' of undefined

Posted at

Cordova で run ios ができない

Error: Cannot read property 'replace' of undefined

元々含まれている ios-sim が古いため。
更新しましょう。

pushd platforms/ios/cordova/node_modules/
npm install ios-sim@latest
popd

以上。

5
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2