1

I was started my application for targeting iPhone, now I want to use my app for iPad also. As I started as iPhone project, even though I add the iPad xib, it is not showing properly, How to convert my project which will work for both iPhone and iPad(Universal). Any way to change in project setting?

Newbee
  • 3,231
  • 7
  • 42
  • 74
  • 1
    Hi. Check http://stackoverflow.com/questions/5580935/converting-iphone-app-to-a-universal-app-in-xcode-4 or http://stackoverflow.com/questions/6407116/how-to-convert-a-view-based-ios-project-an-universal-build – Rushi Feb 12 '13 at 06:42
  • possible duplicate of http://stackoverflow.com/questions/5580935/converting-iphone-app-to-a-universal-app-in-xcode-4 – DD_ Feb 12 '13 at 06:46

3 Answers3

4

Click on targets -> Summary ,then change the devices to universal. enter image description here

AppleDelegate
  • 4,269
  • 1
  • 20
  • 27
3

Open the project in Xcode. Under the Targets menu ,right click on your app. Select "Upgrade current target for iPad.

Vishal
  • 8,246
  • 6
  • 37
  • 52
  • See this link:http://stackoverflow.com/questions/6407116/how-to-convert-a-view-based-ios-project-an-universal-build – Vishal Feb 12 '13 at 06:40
  • Also see this link it is also an important steps: http://stackoverflow.com/questions/5861330/convert-simple-iphone-app-to-universal-app – Vishal Feb 12 '13 at 06:43
1

Another more user interactive way is

Click on your project-> Click on targets->iOS application target->Device->Universal.

Dhara
  • 4,093
  • 2
  • 36
  • 69