Re: Interface Builder
Re: Interface Builder
- Subject: Re: Interface Builder
- From: Joey Hagedorn <email@hidden>
- Date: Mon, 19 Jul 2010 18:11:51 -0700
David,
Regarding the upgrade, if you are using the iOS 4.0 SDK, please refer to the Xcode section of the release notes:
http://developer.apple.com/iphone/library/releasenotes/General/RN-iPhoneSDK-4_0/
> When selecting a target and then choosing "Update Current Target for iPad," new nib files are created but not converted to iPad. To fix this problem:
> • Either select each nib file that was copied, open it in Interface Builder, select the "File -> Create iPad Version" menu option, then select "Save As…" for the document, and save over the nib file.
> • Or invoke this command in the terminal from the project's folder:
> find Resources-iPad -type f -name "*.xib" -exec ibtool --sdk "" --change-target-runtime IBIPadFramework {} --write {} \;
--Joey
On Jul 18, 2010, at 3:14 PM, David Rowland wrote:
> I asked this once before and got no response. Can I be alone with this problem?
>
> I asked Xcode to upgrade my iPhone project to also be an iPad project. Somehow it gave me a MainWindow~iPad.xib file with the window still set to 320x480. The window contains an EAGLView, and I can change that to 768x1024, but IB will not allow me to edit the window size. How can I get around this?
>
> thanks,
>
> David
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden