Skip to content

Commit 5972cc4

Browse files
authored
doc: add additional info to manual install on osx (#3376)
* doc: add additional info to manual install on osx Signed-off-by: Michael Dawson <[email protected]>
1 parent 50f8b32 commit 5972cc4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/MANUAL_STEPS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,14 @@ Xcode Command-line tools are not enough to perform a full notarization cycle, fu
108108
As root:
109109

110110
* Download Xcode: https://developer.apple.com/download/more/ - find non-beta version, open Developer Tools in browser, Networking tab, start download (then cancel), in Networking tab "Copy as cURL" (available in Chrome & FF)
111+
* On OSX 11 we currently install 13.2.1
111112
* Download onto release machine using the copied curl command (may need `-o xcode.xip` appended to curl command) to `/tmp`
113+
* If you have trouble on the command line, pasting into a shell script file can make pasting/editing to add -o xcode.xip easier
112114
* Extract: `xip --expand xcode.xip`
115+
* This takes a long time since xcode.xip is 7-10G in size depending on version
116+
* If you run out of space you can delete `/Users/build/workspace/*` to free up some space. Also make sure that
117+
if you are updating Xcode that you have removed any existing version of /Applications/Xcode.app. You may also
118+
need to clear the ccache by running `sudo -s su - iojs` followed by `ccache --clear`
113119
* Move `Xcode.app` directory to `/Applications`
114120
* `xcode-select --switch /Applications/Xcode.app`
115121
* `xcodebuild -license` - accept license

0 commit comments

Comments
 (0)