Re: Nib file Locked?
Re: Nib file Locked?
- Subject: Re: Nib file Locked?
- From: Jerry <email@hidden>
- Date: Fri, 10 Dec 2004 14:53:20 +0000
On 10 Dec 2004, at 13:01, Sharayu Puranik wrote:
I have created one xcode project (Cocoa application, Objective-C)
now I want to make some changes to nib file of the project......e.g
want to add
one NSButton on window
but when I put NSButton on window and build and run project...I
cannot see
that button on window.....
if I do some changes in code ...... ie in (.m or .h) files
......those are reflected
while code runs ie new messages are displayed or calculations are
performed
I want to know whether the nib file is locked or what?
whay I am not able to make changes to that file???
I don't know if this might be your problem, but if your NIB file was
locked last time you built, XCode won't copy any changes you make in
the NIB because it can't write over the old file in the app bundle, but
it doesn't give you any error message. Try deleting the copy in your
app bundle/Contents/Resources folder and build again. I have to do this
all the time as our source code control system locks files. It's also
worth deleting the intermediate resource files from your build folder
as often XCode won't notice that you've changed, say, a .r file and you
have to do that to force it to recompile it.
Jerry
_______________________________________________
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