I've dragged and dropped a remove .xcodeproj
that's being updated via GitHub. It shows up in the file tree, but I can't reference the code. Do I need to add an import statement or do something extra? There's so much outdated and conflicting info out there and couldn't get it to work with Xcode 6 and Swift. Thanks for any help or direction.
Asked
Active
Viewed 47 times
1

TruMan1
- 33,665
- 59
- 184
- 335
-
You will have top copy the whole project source (which makes sense via git anyway) not only the `xcodeproj`. N.B. I guess you mean remote, not remove ;-) – qwerty_so May 05 '15 at 20:56