Skip navigation.
 
mlRe: [<NSCFArray> removeObserver:forKeyPath:] is not supported
FROM : Jon Hess
DATE : Mon Nov 05 20:49:28 2007

Hey Nils -

It sounds like you used Interface Builder 2.x and added an instance of 
NSArray to your nib file. As you've noticed, Interface Builder 3.0 
doesn't support unobservable objects in nibs.

Your best bet here is to remove the NSArray from the nib until IB 3.0 
supports working with unobservable objects inside of nibs.

Jon Hess


On Nov 5, 2007, at 11:16 AM, <email_removed> wrote:

> Hi there
>
> I tried to open a NIB-file from an open source project. But I get 
> this error:
>
> ---
> The document "Main.nib" could not be opened. Der Vorgang konnte 
> nicht abgeschlossen werden. (com.apple.InterfaceBuilder-Fehler -1.)
> Check the console log for additional information.
> ---
>
> The console log:
>
> ---
> 05.11.07 20:12:03 Interface Builder[2135] [<NSCFArray 0x189f2600> 
> removeObserver:forKeyPath:] is not supported. Key path: 
> appleScriptObjectName
> ---
>
> I'm using Leopard (with IB 3.0). The developer used Tiger...
>
> Google didn't help really...
>
> Any help is appreciated.
>
> Nils
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/jonathanhess
> %40mac.com
>
> This email sent to <email_removed>

Related mailsAuthorDate
ml[<NSCFArray> removeObserver:forKeyPath:] is not supported unc Nov 5, 20:16
mlRe: [<NSCFArray> removeObserver:forKeyPath:] is not supported Jon Hess Nov 5, 20:49
mlRe: [<NSCFArray> removeObserver:forKeyPath:] is not supported unc Nov 8, 17:29