• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IBLibraryObjectTemplate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IBLibraryObjectTemplate


  • Subject: Re: IBLibraryObjectTemplate
  • From: Kevin Cathey <email@hidden>
  • Date: Thu, 14 Jan 2010 13:53:32 -0600

The IBLibraryObjectTemplate is part of InterfaceBuilderKit, the framework used to create plugins for Interface Builder. Each IBLibraryObjectTemplate corresponds to an entry that appears in the library at runtime. For more, see:
http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/IBPlugInGuide/Plug-inQuickStart/Plug-inQuickStart.html#//apple_ref/doc/uid/TP40004323-CH9-SW9

What has probably happened in your case is that you have accidentally added an IBLibraryObjectTemplate object to one of your nibs, and not linked against InterfaceBuilderKit, hence the warning about the unknown class. I'm assuming you don't want the IBLibraryObjectTemplate, so to get rid of it, just find the file with the stray IBLibraryObjectTemplate, delete, and you'll be good to go. A quick way to do this is: use the search field in Interface Builder to search for "IBLibraryObjectTemplate", and that will show you which objects (if any) are library object templates.

Kevin


On 14 Jan 2010, at 12:51, David Blanton wrote:

> This appeared automagically in my .xib. Can anyone tell me what this is and how it got there:
>
> -db
>
> 2010-01-14 11:50:44.021 Customize It[9646:813] Unknown class IBLibraryObjectTemplate in Interface Builder file.
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: IBLibraryObjectTemplate
      • From: David Blanton <email@hidden>
    • Dead iPhone Simulator :-(
      • From: Michael Rogers <email@hidden>
References: 
 >IBLibraryObjectTemplate (From: David Blanton <email@hidden>)

  • Prev by Date: Re: Sending archived objects to a child process via NSPipe
  • Next by Date: Job Posting: Senior Software Engineer, Apple Inc.
  • Previous by thread: IBLibraryObjectTemplate
  • Next by thread: Dead iPhone Simulator :-(
  • Index(es):
    • Date
    • Thread