We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbf502 commit aa34e6aCopy full SHA for aa34e6a
README.md
@@ -10,7 +10,7 @@ brew install clang-format
10
11
# To avoid errors, you might need to link cmake to: /usr/local/bin/cmake
12
# xcode doesn't read your profile during the build step, which causes it to ignore the PATH
13
-sudo ln -s /usr/local/bin/cmake $(which cmake)
+sudo ln -s $(which cmake) /usr/local/bin/cmake
14
15
# Clone repo
16
git clone https://github.com/NativeScript/ios.git
0 commit comments