-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with testing the new config file setup #853
Comments
@JGreenlee @sebastianbarry can one of you take a look at this and respond to Amarin? EDIT: Scratch that, this seems to be an issue with cordova. I will respond |
@asiripanich this seems to be an issue with the cordova javascript
The So.. are you able to run the master branch successfully? This is why I set up CI for the repo 😄 |
@asiripanich Did you upgrade to MacOS 13 recently? |
MacOS 13 version compatibility issues should be resolved once we have upgraded versions As a temporary workaround: ...
const nameMap = new Map([
[22, ['Ventura', '13']], // try to manually add this entry
[21, ['Monterey', '12']],
[20, ['Big Sur', '11']],
[19, ['Catalina', '10.15']],
[18, ['Mojave', '10.14']],
... |
Closing this since we have finished the phone upgrades |
I followed the instructions given here but I could not start the phonegap deployment server.
Here is the log file:
The text was updated successfully, but these errors were encountered: