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: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,18 @@ Once you're set up, watch the video below that explains how we go about solving
62
62
63
63
## Instructions (video)
64
64
65
+
**NOTE**: The video asks that you open the .xcworkspace file. Instead you need to open the .xcodeproj file. Why? After recording this video--I had updated this lab to work with Xcode 8 and Swift 3 and for this lab we no longer needed to have an .xcworkspace file.
66
+
67
+
If the light's aren't turning green.
68
+
69
+
* Make sure you forked the lab over to _your_ account before cloning
70
+
* Make sure you have an SSH key setup property with Github (instructions above in the common issues section).
71
+
* Make sure you're able to run the curl command above in terminal listed in the Setup Instructions
72
+
* Make sure you're running Xcode 8
73
+
* If after all of that you're unable to get the light to turn green, move forward to the next lesson and continue learning! Don't let that light hold you back from becoming a Swift Ninja
If you prefer to read detailed instructions on how to complete this lab (instead of a video), you can find detailed instructions [here](https://github.com/learn-co-curriculum/swift-HelloToTheUniverse-lab/blob/master/Detail.md)
0 commit comments