Re: project clone
Re: project clone
- Subject: Re: project clone
- From: Koen van der Drift <email@hidden>
- Date: Thu, 06 Oct 2011 08:05:57 -0400
On Wed, Oct 5, 2011 at 1:09 PM, David Delmonte <email@hidden> wrote:
> I don't think so. But it's not that hard even though you are trampling through xCode.
>
> This is in xCode 4:
>
> 1. Make a copy of the project folder just in case.
> 2. Highlight the project name in the Project Navigator (Cmd-1) > change the name.
> 3. You will get a dialog box to change various files. Say yes.
Hmm, I got stuck here, and couldn't replicate these steps.
So I decided just to make a new project with the new name, and one by
one drag over the files from my other project. It's a small project
so it didn't take much time. After making some necessary changes in
the code to reflect the new app name, I was able to build it without
any errors. However, when I start the app, I see the main screen for a
split second, and then the app crashes, without leaving any trace in
the debugger window so to speak.
My suspicion is that the error is either in the MainMenu.nib or
mynewapp.datamodel file. I copied these directly over from the old
project, and changed the name of the model as well as in the nib file.
All bindings, outlets, etc were conserved which is promising.
So maybe there is another (hidden) place in either the nib or
datamodel file where I need to update the name of the old app to the
new app? Should I have created the nib and datamodel files from
scratch?
Thanks,
- Koen.
_______________________________________________
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
References: | |
| >project clone (From: Koen van der Drift <email@hidden>) |