vipulsinghania opened a new issue, #1525: URL: https://github.com/apache/cordova-ios/issues/1525
# Bug Report ## Problem ### What is expected to happen? When I execute `cordova platform add ios` it should be add normally ### What does actually happen? I get an error: ``` TypeError [ERR_INVALID_ARG_TYPE]: The "code" argument must be of type number. Received type string ('ERR_INVALID_URL') at process.set [as exitCode] (node:internal/bootstrap/node:120:9) at /opt/homebrew/lib/node_modules/cordova/bin/cordova:32:22 ``` ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ``` cordova platform remove ios cordova platform add ios@7.1.1 ``` ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> OS: macOS 15.3 OS: macOS 15.2 OS: macOS 14.7 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova: 12.0.2 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org