On Mon, Nov 29, 2010 at 10:15 PM, John Joyce <[email protected]> wrote: > Does anybody know where to locate the "Collapsible Box Plugin" for the > Reducer sample project? > Whenever I try to open the nib file in IB (Xcode 3.x) it wants me to locate > some plugin...
It looks like the intent of the sample project was to have two targets: an IB palette containing the views, and the demo app itself. Since IB palettes have been supplanted by IB plugins, the project upgrade you performed when you opened the sample code's Xcode 2.x-format project file in Xcode 3.x probably nuked the IB palette target. You'll either have to try the sample project in Xcode 2.5 or tweak it to not rely on the IB palette. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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/archive%40mail-archive.com This email sent to [email protected]
