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 11:00:31 -0700
On Mar 18, 2013, at 8:10 PM, Quincey Morris < email@hidden> wrote: On Mar 18, 2013, at 19:56 , Chris Tracewell < email@hidden> wrote: I have a project I started several years ago before XIB files were introduced. All of my current files are XIB but I get a warning when I build that MainMenu.nib is missing and indeed I do not have that file. I click on the warning but it does not bring up anything. I've also tried searching the project settings where this might be specified, but nothing shows up. Oddly however, my MainMenu.xib file has a question mark to the right of it in the file browser, the only file to have one, and hovering and clicking the question mark gives me no info.
The question mark is likely the SCM status of the file, and therefore not relevant to the warning.
Check:
a. That the XIB file has the correct target membership. (Use the info panel on the right, or add it directly to the "Copy Bundle Resources" build phase.)
b. Your info.plist has the correct value for the "Main nib file base name" key. (You can see it in either the "Summary" or "Info" pane when the target is selected.)
Both a and b checked out fine. I shoulda known about the SCM question mark - good call. 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.
Thanks for the help
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