aalaap
aalaap

Reputation: 4401

How do I get past the empty Xcode Organizer window in order to provision a development device?

I'm new to iOS development. I just installed Xcode 3.2.4 and the iOS 4.1 SDK on my Intel iMac running Snow Leopard. According to the docs, I first need to create a development profile by specifying a device (which in my case is an iPod touch 4G), but the Organizer window that I open up after starting Xcode comes up fully blank.

Screenshot 1: http://img15.imageshack.us/i/screenshot20110305at104.png/

In addition to that, when I click on "Create a new Xcode project for Mac OS X or iPhone OS" on the Xcode welcome screen, I do not have an option to start a new "Cocoa Touch" project.

Screenshot 2: http://img18.imageshack.us/i/screenshot20110305at110.png/

Upvotes: 0

Views: 1352

Answers (1)

Caleb
Caleb

Reputation: 124997

It sounds like you may not have the iOS SDK installed, or installed properly. Also, most developers will have upgraded to Xcode 3.2.5 a long time ago, so we won't be able to accurately compare what you're seeing to our own installations. Let me strongly suggest that you download the latest iOS SDK and install that. Once you get the current SDK installed, I think both issues that you're asking about will go away.

Upvotes: 1

Related Questions