We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fab16 commit 797cabcCopy full SHA for 797cabc
tests/build/common/doctor_tests.py
@@ -40,7 +40,8 @@ def test_001_doctor(self):
40
assert "Javac is installed and is configured properly." in output
41
assert "The Java Development Kit (JDK) is installed and is configured properly." in output
42
if CURRENT_OS != OSType.OSX:
43
- assert "Local builds for iOS can be executed only on a macOS system." in output
+ assert "Local builds for iOS can be executed only on a macOS system. To build for iOS on a different " \
44
+ "operating system, you can use the NativeScript cloud infrastructure." in output
45
else:
46
assert "Xcode is installed and is configured properly." in output
47
assert "xcodeproj is installed and is configured properly." in output
0 commit comments