How to open an existing GitHub project using Xcode?

I am new to xcode and I want to learn the development of iphone.

I found one github demo project , I want to know how to open this existing project?

+3
source share
2 answers
  • Download the project via git / or zip
  • Open folder
  • Double-click the .xcodeproj file
  • if in the upper left corner you see something like "Base sdk missing"
    • Double click on the first item in three
    • Go to tagging
      • Choose sdk for Base SDK
    • Close open popup
    • Click to create a run.
    • If you have a mistake, you should see a red icon at the bottom right
+11
source

: 2016 GitHub XCode GitHub!

XCode 9, WWDC 2017

. " XCode "

, GitHub, .
, .xcodeproj .xcworkspace, Xcode.

Xcode.

https://cloud.githubusercontent.com/assets/19977/26796930/158f0a5c-49e0 -11e7-8c26-eb666b7f666c.gif

git clone .

+2

Source: https://habr.com/ru/post/1795515/


All Articles