File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,9 @@ class DoctorService implements IDoctorService {
48
48
+ "To be able to build for iOS and run apps in the native emulator, verify that you have installed Xcode." + os . EOL ) ;
49
49
result = true ;
50
50
}
51
- if ( ! sysInfo . itunesInstalled ) {
52
- this . $logger . warn ( "WARNING: iTunes is not installed." ) ;
53
- this . $logger . out ( "You will not be able to work with iOS devices via cable connection." + os . EOL
54
- + "To be able to work with connected iOS devices," + os . EOL
55
- + "download and install iTunes from http://www.apple.com" + os . EOL ) ;
51
+ if ( ! this . $hostInfo . isDarwin ) {
52
+ this . $logger . warn ( "WARNING: You can work with iOS only on Mac OS X systems." ) ;
53
+ this . $logger . out ( "To be able to work with iOS devices and projects, you need Mac OS X Mavericks or later." + os . EOL ) ;
56
54
result = true ;
57
55
}
58
56
if ( ! sysInfo . javaVer ) {
You can’t perform that action at this time.
0 commit comments