I am programming on carbon framework with xcode 2.2. I am a total beginner in this.
And I want to include an image in a simple window. No buttons, no other stuff
So, I make a resource file from this image uusing graphic converter. I go to my project, and I add the .rsrc file in the "Resources" folder.
I open my .nib file with Interface Builder and I include the image in the main window. I click "Test interface" from the menu of interface builder and everything seems normal.
But when I compile my entire program with XCode, the image does not appear in the window!!
I went to the package contents of my newly built application and saw my .rsrc file in there, only it had 0kbytes size!
What can I do? Am I doing something wrong?
EDIT: Repaired perimissions, updated prebindings, rotated logs and still the same problem...
EDIT2: I tested the same method into another machine and I had the same problem. Is it a bug, or I am making something wrong?
And I want to include an image in a simple window. No buttons, no other stuff
So, I make a resource file from this image uusing graphic converter. I go to my project, and I add the .rsrc file in the "Resources" folder.
I open my .nib file with Interface Builder and I include the image in the main window. I click "Test interface" from the menu of interface builder and everything seems normal.
But when I compile my entire program with XCode, the image does not appear in the window!!
I went to the package contents of my newly built application and saw my .rsrc file in there, only it had 0kbytes size!
What can I do? Am I doing something wrong?
EDIT: Repaired perimissions, updated prebindings, rotated logs and still the same problem...
EDIT2: I tested the same method into another machine and I had the same problem. Is it a bug, or I am making something wrong?