You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup_xcode.md
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,12 @@ You should see your new file in the sidebar.
121
121
122
122
<imgsrc="images/xcode119.png"width="768px" />
123
123
124
-
### Add existing files
125
-
If you have starter files, add them to your project directory. This example is from [EECS 280 Project 1](https://eecs280staff.github.io/stats/), but this tutorial doesn't require understanding the files. Your URL or files might be different.
124
+
### Add starter files
125
+
This example is from [EECS 280 Project 1](https://eecs280staff.github.io/stats/), but this tutorial doesn't require understanding the files. Your URL or files might be different.
**Pitfall:** Don’t just drag starter files downloaded with your browser directly into Xcode. This may not place them in the correct project folder. If you want to use those files, skip to the [next section](#move-existing-files) for the correct steps. Otherwise, keep following this section without using any previously downloaded files.
If you already have existing files elsewhere on your computer, you can also add them to your project. For example, if you want to use any files downloaded with your browser, they were likely saved to your Downloads folder and you'll need to move them into your project folder.
189
+
190
+
Use the menu and select: File > Add Files to "p1-stats"... (this will vary depending on your project's name).
191
+
192
+
<imgsrc="images/xcode340.png"width="384px" />
193
+
194
+
Navigate to the directory with your existing files and select the ones you want to move. To select multiple files at once, you can hold down <kbd>Command</kbd> while clicking. You can also press <kbd>Command</kbd> + <kbd>a</kbd> to select all files. Once you've made your selection, click "Add".
195
+
196
+
<imgsrc="images/xcode350.png"width="768px" />
197
+
198
+
Select "Move files to destination" as the action. You may also select "Copy files to destination" if you wish to leave the original files untouched, but do *not* select "Reference files in place". Do *not* select any targets. Click "Finish".
0 commit comments