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: Gradle version is lower than ${DoctorService.MIN_SUPPORTED_GRADLE_VERSION}.`);
69
71
this.$logger.out("You will not be able to build your projects for Android or run them in the emulator or on a connected device."+EOL
70
-
+`To be able to build for Android and run apps in the emulator or on a connected device, verify thqt you have at least ${DoctorService.MIN_SUPPORTED_GRADLE_VERSION} version installed.`);
72
+
+`To be able to build for Android and run apps in the emulator or on a connected device, verify that you have at least ${DoctorService.MIN_SUPPORTED_GRADLE_VERSION} version installed.`);
71
73
result=true;
72
74
}
73
75
@@ -79,6 +81,20 @@ class DoctorService implements IDoctorService {
79
81
result=true;
80
82
}
81
83
84
+
if(!sysInfo.cocoapodVer){
85
+
this.$logger.warn("WARNING: CocoaPod is not installed or is not configured properly.");
86
+
this.$logger.out("You will not be able to build your projects for iOS if they contain plugin with CocoaPod file."+EOL
87
+
+"To be able to build such projects, verify that you have installed CocoaPod.");
0 commit comments