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
this.$logger.warn(`WARNING: CocoaPods version is not a valid semver version.`);
58
72
this.$logger.out("You will not be able to build your projects for iOS if they contain plugin with CocoaPod file."+EOL
@@ -83,5 +97,36 @@ class DoctorService implements IDoctorService {
83
97
this.$logger.out("TIP: To avoid setting up the necessary environment variables, you can use the Homebrew package manager to install the Android SDK and its dependencies."+EOL);
84
98
}
85
99
}
100
+
101
+
privateverifyCocoaPods(): boolean{
102
+
this.$logger.out("Verifying CocoaPods. This may take more than a minute, please be patient.");
0 commit comments