2

I am trying to put my GitHub project into Xcode. When I download from GitHub the zip file does not contain any .xcodeproj file.

Also, even when I am logged in on GitHub on xcode there is no "open in Xcode" option when I clone/download.

1 Answers1

1

If you don't see any .xcodeproj on GitHub, that means no such file was added/committed and pushed to that repository.

You would need to create an XCode project with existing code, which would generate that file.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250