Folks;
I opened the .xib file in a text editor -searched for 'NSCoreUIImageRep'
I found one instance (thankfully) and by 'reading' the text was able
to determine that it was a matrix of 2 radio buttons.
I removed the offending matrix and re-instantiated a fresh one.
I monitored the .xib text
Kyle * Graham;
The IB Info says:
Deployment Target: 10.4
Development Target: IB 3.2
There are no error or warnings!
What should I be looking at?
Steve
On Sep 30, 2009, at 1:56 AM, Kyle Sluder wrote:
Check your IB compatibility settings. Looks like you've archived an
image into your nib th
Check your IB compatibility settings. Looks like you've archived an
image into your nib that doesn't exist on Tiger.
--Kyle Sluder
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the li
On 30/09/2009, at 4:45 PM, Steve Cronin wrote:
I'm using .xib files but I don't what I should even be looking for.
What is this trying to tell me?
Looks like your nib contains a Leopard-only class, and therefore it
can't dearchive it on Tiger. Seems to be some sort of private image
rep
Folks;
I have converted to using SL; XC3.2; IB 3.2.
I have an app with a deployment target of 10.4
There are no IB warnings; the dev target is IB 3.2
Things have been working reasonably well but now when I test on a
Tiger I crash immediately
Leopard and Snow Leopard are fine
2009-09-30 01:34