We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858d7b7 commit 95fab4aCopy full SHA for 95fab4a
lib/services/doctor-service.ts
@@ -47,9 +47,9 @@ class DoctorService implements IDoctorService {
47
}
48
49
if(!sysInfo.cocoapodVer) {
50
- this.$logger.warn("WARNING: CocoaPod is not installed or is not configured properly.");
+ this.$logger.warn("WARNING: CocoaPods is not installed or is not configured properly.");
51
this.$logger.out("You will not be able to build your projects for iOS if they contain plugin with CocoaPod file." + EOL
52
- + "To be able to build such projects, verify that you have installed CocoaPod.");
+ + "To be able to build such projects, verify that you have installed CocoaPods.");
53
result = true;
54
55
0 commit comments