Can't create iPad XIB with Xcode 4 -


alright, have problem on hands. i'm trying convert project universal app iphone , ipad. i'm trying make ipad-specific versions of xib files. it's not possible create ipad version using autoresizing masks in xcode 4, assumed i'd able pop xib xcode 3's version of ib, , let magic. no dice. here's error when try open xib file in ib:

enter image description here

to honest don't know proceed here. guess resize views manually, that's quite tedious , don't have time doing that. ideas?

alright, figured out rather convoluted workaround.

first of all, duplicate original project , select project info. right-click on target, , select "duplicate".

enter image description here

xcode pop message. select "duplicate , transition ipad".

enter image description here

now xcode converts xib files you, , presents ipad resources folder.

enter image description here

now open these xib files in finder, , append ~ipad after file name.

after doing so, copy these xib files original project, , turn project universal project selecting dropdown in target settings.

enter image description here

and you're done. found convoluted, , i'm hoping apple can fix huge usability problem soon.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -