File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export class Doctor implements NativeScriptDoctor.IDoctor {
87
87
platforms : [ Constants . ANDROID_PLATFORM_NAME ]
88
88
} ) ,
89
89
this . processValidationErrors ( {
90
- warnings : this . androidToolsInfo . validateInfo ( { projectDir} ) ,
90
+ warnings : this . androidToolsInfo . validateInfo ( { projectDir } ) ,
91
91
infoMessage : "A compatible Android SDK for compilation is found." ,
92
92
platforms : [ Constants . ANDROID_PLATFORM_NAME ]
93
93
} ) ,
@@ -136,7 +136,7 @@ export class Doctor implements NativeScriptDoctor.IDoctor {
136
136
infoMessage : "CocoaPods are installed." ,
137
137
warningMessage : "CocoaPods is not installed or is not configured properly." ,
138
138
additionalInformation : "You will not be able to build your projects for iOS if they contain plugin with CocoaPod file." + EOL
139
- + "To be able to build such projects, verify that you have installed CocoaPods." ,
139
+ + "To be able to build such projects, verify that you have installed CocoaPods (`sudo gem install cocoapods`) ." ,
140
140
platforms : [ Constants . IOS_PLATFORM_NAME ]
141
141
} ) ,
142
142
this . processSysInfoItem ( {
You can’t perform that action at this time.
0 commit comments