anh1979 opened a new issue, #1432: URL: https://github.com/apache/cordova-ios/issues/1432
# Bug Report ## Problem A "platform add" and installing the plugins used gives warning, later usage of the version numbers might fail. ### What is expected to happen? A "platform add" and installing the plugins used should give no warning ### What does actually happen? cordova-ios platform add@7.1.0 is done, the plugins are then installed. The version-checks are performed and fail with "apple-ios version check failed (/Users/uname/Jenkins/workspace/jobname/app/platforms/ios/cordova/apple_ios_version), continuing anyways." or "apple-xcode version check failed (/Users/uname/Jenkins/workspace/jobname/app/platforms/ios/cordova/apple_xcode_version), continuing anyways." When I look into the scripts mentioned above it is referencing "lib/versions.js", **but there is no such a file**. I got it from GitHub cordova-ios@6.2.0, added it to the lib directory manually and executed the above mentioned scripts without a problem. But to be usable within the "platform add", it should be included, I guess. ## 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-ios platform add@7.1.0 ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> On my local Mac computer as well as on our Jenkins Mac buildslave, same project. ### 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. --> Plugins used: 12:16:17 Installing "cordova-plugin-ionic-webview" for ios 12:16:17 apple-ios version check failed (/Users/uname/Jenkins/workspace/jobname/app/platforms/ios/cordova/apple_ios_version), continuing anyways. 12:16:17 Installing "cordova-plugin-network-information" for ios 12:16:17 Installing "cordova-plugin-screen-orientation" for ios 12:16:17 Installing "cordova-plugin-uniquedeviceid" for ios 12:16:17 Installing "onesignal-cordova-plugin" for ios 12:16:17 apple-xcode version check failed (/Users/uname/Jenkins/workspace/jobname/app/platforms/ios/cordova/apple_xcode_version), continuing anyways. 12:16:17 apple-ios version check failed (/Users/uname/Jenkins/workspace/jobname/app/platforms/ios/cordova/apple_ios_version), continuing anyways. Ionic: Ionic CLI : 5.4.9 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 6.3.9 @angular-devkit/build-angular : 14.2.10 @angular-devkit/schematics : 14.2.3 @angular/cli : 14.2.3 @ionic/angular-toolkit : 6.1.0 Cordova: Cordova CLI : 11.0.0 Cordova Platforms : ios 7.1.0 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 21 other plugins) Utility: cordova-res : 0.15.4 native-run : not installed System: ios-deploy : 1.12.2 ios-sim : 8.0.2 NodeJS : v16.20.2 (/usr/local/Cellar/node@16/16.20.2_1/bin/node) npm : 8.19.4 OS : macOS Unknown Xcode : Xcode 15.2 Build version 15C500b ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] 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