-2

Following the link for the sample iOS project, I am unable to download the project files to run under XCode. Please advise what the procedure is to access the sample code. Saving the links to Downloads folder does not download the actual files. Thanks, D.J.

Greg Marzouka
  • 3,315
  • 1
  • 20
  • 17
  • Hi, welcome to Stack Overflow! Asking a [good question](http://stackoverflow.com/help/how-to-ask) is a big part of what makes our community tick. These guidelines are important and I suggest you read them over. As of right now, unless you can make your question more programming-orientated, your question is better suited for another Stack Exchange, i.e., Super User. – royhowie Jul 23 '14 at 19:54
  • Adding to what Luxelin said, you should actually provide the link you're referring to. Are you not able to download the code or are you not able to open it after you have it downloaded to your computer? Is XCode giving you an error? When you ask a question, give as much information as possible so we can answer it. – jfudgeelder Jul 24 '14 at 17:05

1 Answers1

1

I am going to assume you mean the iOS-NestDK sample project. (embedded in the iOS-NestDK sample code doc)

To download the project, click the 'Download ZIP' button from the GitHub repo, then open the project file in Xcode.

David W. Keith
  • 2,246
  • 17
  • 20