Re: Framework Nibs Not Loading 10.4 to 10.3
Re: Framework Nibs Not Loading 10.4 to 10.3
- Subject: Re: Framework Nibs Not Loading 10.4 to 10.3
- From: Ian McGregor <email@hidden>
- Date: Mon, 23 May 2005 09:30:55 -0700
It doesn't seem to be related to nib files, and nib file loading,
at all IMO. It seems more like a general problem with looking up
bundle resources via NSBundle? Do you load any images from your
framework bundle? If so, does it work, or does it fail in the same
way?
Agreed. It seems to be a problem with NSBundle and backward
compatibility. Yes the bundle does contain images and it fails the
same way using the same test as the nib files do.
I assume that you've verified that the nib files in question are
really in the framework bundle, so that it's not just a problem
with the copy phase of the build process? Do you use localized
resources? In other words, are the nib files that you try to load
in a lproj folder, or in the root of the Resources folder? Does it
make a difference?
Yes the nib files actually exist in the framework bundle. I am
running the application on 10.4 then moving that same file to a
10.3.9 machine and testing it there. I have verified that the
contents are identical after moving it.
These resources are not localized. I too am wonder if localizing them
would make any difference. They didn't seem to when the same
application was compiled on the 10.3 machine under xcode 1.5. The nib
files are in the root of the framework's resources folder.
If you can reproduce this problem in a small sample framework
+application project, zip it up and attach it to a bug report to
Apple!
It may have to come to this, I am running out of ideas.
Where do I submit my framework+application? Apple feedback?
j o a r
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden