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
* [xcodeproj ruby gem][13] - can be installed by running `$ [sudo] gem install xcodeproj` in the terminal
157
+
* (Optional) [CocoaPods][CocoaPods]
158
+
* (Optional) [xcproj][xcproj] - you only need this command line tool in case you have Xcode 7.3 or later installed and CocoaPods 0.39.0 or earlier. `xcproj` can either be installed by running `$ brew install xcproj` in the terminal, or by building it manually with xcodebuild
159
159
* For Android development
160
160
* [JDK 8][JDK 8] or a later stable official release
161
161
* [Android SDK 22][Android SDK 22] or a later stable official release
@@ -608,8 +608,8 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
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