Jason Bugs Adams
Jason Bugs Adams

Reputation: 737

Where is "upgrade target for ipad" in Xcode4

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.

Upvotes: 19

Views: 4591

Answers (2)

Andrew Garrison
Andrew Garrison

Reputation: 7017

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

Upvotes: 27

Joshua Nozzi
Joshua Nozzi

Reputation: 61228

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

Upvotes: 15

Related Questions