File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ class DoctorService implements IDoctorService {
117
117
"pod 'AFNetworking', '~> 1.0'\n"
118
118
) . wait ( ) ;
119
119
120
- spinner . update ( "Verifying CocoaPods. This may take some time, please be patient." ) ;
120
+ spinner . message ( "Verifying CocoaPods. This may take some time, please be patient." ) ;
121
121
spinner . start ( ) ;
122
122
let future = this . $childProcess . spawnFromEvent (
123
123
this . $config . USE_POD_SANDBOX ? "sandbox-pod" : "pod" ,
@@ -131,6 +131,7 @@ class DoctorService implements IDoctorService {
131
131
132
132
return ! ( this . $fs . exists ( path . join ( iosDir , "__PROJECT_NAME__.xcworkspace" ) ) . wait ( ) ) ;
133
133
} catch ( err ) {
134
+ this . $logger . trace ( `verifyCocoaPods error: ${ err } ` ) ;
134
135
return true ;
135
136
} finally {
136
137
spinner . stop ( ) ;
You can’t perform that action at this time.
0 commit comments