I'm running Build 4A304a and for the life of me I can't find it in Xcode or any reference to it on the internets.

any help would be greatly appreciated.

link|improve this question
feedback

2 Answers

up vote 10 down vote accepted

Right-click the target and click Duplicate. Choose to Duplicate and Transition to iPad.

link|improve this answer
As a result of this operation, two .app files are created under Products directory. Shouldn't there only be just one? – Mustafa Mar 22 '11 at 11:39
I think it depends on what you're trying to do. I admit I haven't looked into whether the new target is iPad-only or made universal. You may have to do some extra work but the duplication will take care of the resources at least. – Joshua Nozzi Mar 22 '11 at 13:38
feedback

Select your project in the Project Navigator, click your target, and then click the Summary tab. You can switch your iOS Application Target there to Universal.

Here's a screenshot:

enter image description here

link|improve this answer
1  
If you are following along with the PragProg iPad Programming book written for Xcode 3.x in mind this answer is the path you want to take, and choose to duplicate the main window when prompted. – cfeduke Jul 30 '11 at 16:20
This is the right answer to the OP. – Praveen S Jan 3 at 10:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.