Re: Xcode Project Missing File
Re: Xcode Project Missing File
- Subject: Re: Xcode Project Missing File
- From: Chris Tracewell <email@hidden>
- Date: Tue, 19 Mar 2013 13:47:06 -0700
On Mar 19, 2013, at 2:45 PM, Quincey Morris < email@hidden> wrote: On Mar 19, 2013, at 11:00 , Chris Tracewell < email@hidden> wrote: I don't know where else to look for why it is listing MainMenu.nib as missing and I guess I could just ignore it as it seems to be build ok, still it bugs me. The next step is to go back to the build transcript and find out what build phase and tool was running, and what parameters were passed to that tool.
My guess is that it's happening during the Copy Files build phase.
Select the project file (the first item) in the files list. Select the target, then Build Phases, then Copy Bundle Resources. I bet one of the resources it's trying to copy is MainMenu.nib. If so, select that item and delete it. If not, report back with the info Quincey asked for: the line from the build transcript and the exact text of the warning.
--Andy
Seth's suggestion to use a bash script to remove all .svn directories fixed the issue. I had already looked in Copy Bundle Resources, thinking the same thing but those files, as Seth suggested were SCM related.
CT |
_______________________________________________
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