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:

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".

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

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

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.

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