Skip to content

Commit 4ad4f67

Browse files
Updated Mac Build Docs
1 parent 66d18be commit 4ad4f67

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

docs/development/build-mac.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,25 @@ Notes:
3737
Make sure you run and verify each of the versions of Xcode. Download and install any extra SDKs you need using the "Xcode → Preferences → Downloads" window.
3838

3939
Make `/Applications/Xcode-Dev/Xcode.app` a symlink to the latest version of Xcode available. For example, run:
40-
40+
```
4141
cd /Applications/Xcode-Dev
42-
ln -s Xcode_8_0_0.app Xcode.app
42+
ln -s Xcode_V_V_V.app Xcode.app
43+
```
44+
Where `Xcode_V_V_V.app` is the latest version of Xcode that you have installed on your machine.
4345

44-
After checking out the LiveCode git repository, you need to run a tool to finalize the Xcode setup and to make sure all of the necessary SDKs are installed. If LiveCode is checked out to `~/git/livecode`, run:
46+
Before proceeding to the next step, make sure to run Xcode at least once and get to the starting screen. Not doing this might break your Xcode installation and result in an error complaining that it ***could not find the default platform***
4547

48+
After checking out the LiveCode git repository, you need to run a tool to finalize the Xcode setup and to make sure all of the necessary SDKs are installed. If LiveCode is checked out to `~/git/livecode`, run:
49+
```
4650
cd /Applications/Xcode-Dev/
4751
sh ~/git/livecode/tools/setup_xcode_sdks.sh
48-
52+
```
4953
If you want the setup tool to copy the required SDKs out of the Xcode
5054
app bundles (so that you can safely delete all but the latest Xcode to
5155
save disk space), you can run:
52-
56+
```
5357
sh ~/git/livecode/tools/setup_xcode_sdks.sh --cache
54-
58+
```
5559
## Configuring LiveCode
5660

5761
### Build environment

0 commit comments

Comments
 (0)