iphone - How to open an existing GitHub project with Xcode? -


i new , want learn iphone development.

i found 1 demo project on github, want know how open existing project?

  • download project via git / or zip
  • open folder
  • double click on .xcodeproj file
  • if on top left, see "base sdk missing"
    • double click on first item in three
    • go tag build
      • select sdk base sdk
    • close opened popup
    • click on build run
    • if have error, should see red icon on right bottom

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -