Skip to content

Commit f0a487e

Browse files
authored
More detailed preparation before running Xcode
Fixed the path to the DerivedData folder. Added a step about disconnecting from the network to reduce interference from background processes running.
1 parent e521a00 commit f0a487e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ReadMe.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ I believe the results will help developers to make the right *cost/performance*
3030

3131
1. Select `XcodeBenchmark` -> `Generic iOS Device` in the top left corner.
3232
2. Close `XcodeBenchmark.xcworkspace` project.
33-
2. Remove `DerivedData` folder at `/Users/username/Library/Developer/Xcode/DerivedData`.
34-
3. Reboot and cool down your Mac.
35-
4. Connect to the power adapter if you use MacBook.
36-
5. Make sure `Login Items` list is empty: System Preferences -> Users and Groups -> User -> Login Items.
33+
2. Remove the `DerivedData` folder, by selecting Finder, pressing `shift + command + G` and paste in the path: `~/Library/Developer/Xcode`, select the `DerivedData` folder and delete it.
34+
3. Disconnect network cable and turn off WiFi and make sure to disable all software running at startup, i.e. Spotify.
35+
4. Make sure `Login Items` list is empty: System Preferences -> Users and Groups -> User -> Login Items.
36+
5. Reboot and cool down your Mac.
37+
6. Connect to the power adapter if you use MacBook.
3738

3839
## Running a test
3940

0 commit comments

Comments
 (0)