On Tue, Feb 14, 2012 at 12:34 PM, Mikkel Eide Eriksen <[email protected]> wrote: > Hi, > > I was going to implement a source list, but it's causing XCode and the > Simulator to freak out. I did the following in my existing project (and then > in a fresh project to make sure): > > 1. Create window nib > 2. Add a source list > 3. Menu: Editor > Simulate Document > > From the stacktrace it looks like the simulator is loading the nib, and the > view then tries to figure out where the data should come from, and apparently > has a fallback to some Interface Builder specific code that explodes?
View-based table views and outline views crash the IB simulator. This is a known issue. r. 9442221 --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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
