On Aug 14, 2012, at 3:21 AM, Gerriet M. Denkmann <[email protected]> wrote: > I have an app which works fine under Lion, but with 10.8 (Xcode 4.4.1) it > crashes the Springboard in the Simulator (both iPhone and iPad). > It never gets to: application:didFinishLaunchingWithOptions:
SpringBoard is trying to draw some text and crashing when interrogating the font's attributes. I don't know what font files the simulator uses, but you should start by making sure your OS X font files in /System/Library/Fonts/ are correct. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ 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]
