You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove semver validation for CocoaPods version string
Latest betas of CocoaPods include 1.0.0.betaX which is not a valid semver string. These versions are the only ones however, which work with Xcode 7.3 out-of-the-box.
this.$logger.warn(`WARNING: Your current CocoaPods version is not a valid semver string.`);
94
-
this.$logger.out("You will not be able to build your projects for iOS if they contain plugin with CocoaPod file."+EOL
95
-
+`To be able to build such projects, verify that you have installed a CocoaPods version which is a valid semver string and is at least ${DoctorService.MIN_SUPPORTED_POD_VERSION}.`);
0 commit comments