views:

14

answers:

1

when i create a cocos2d projecyt, XCode menu item "Project\Upgrade Current Target for iPad" becomes disable. Any solution please?

EDITED:

  • I am using SDK 4.1 and cocos2d 0.99.4 for iPhone.
  • When I create iOS native application i get options to select target device (iPhone/iPad).
  • But with cocos2d, there is no option. Though iphone apps can be run on iPad changing the target iOS, but it keeps its iPhone resulation(screen size).
A: 

As far as I can tell - from looking at my own Cococs2d applications - it's because they already are iPad-ready.

You should be able to go to "Active Executable" and select "iPad Simulator 3.2" - and be off and running!

Brad