On 16 Aug 2012, at 07:43, Greg Parker <gpar...@apple.com> wrote: > On Aug 14, 2012, at 3:21 AM, Gerriet M. Denkmann <gerr...@mdenkmann.de> 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.
I never did anything to /Systems/Library/Fonts at all. How do I check that the fonts are ok? I tried booting from a Lion (10.7.4) partition with the same Xcode (4.4.1) and everything works just fine. So Xcode does not seem to be the problem. And I tried running some Apple Sample Code on Mountain Lion and it crashed with exactly the same symptoms. So it probably my code is not at fault. I do not know whether this is relevant: lrwxr-xr-x 1 root admin 47 11 Aug 13:01 /Applications/Xcode.app@ -> /Volumes/สิงโต/Applications/Xcode.app I.e. the Xcode on my Mountain Lion partition is just a symbolic link to Xcode on my Lion partition (สิงโต = lion). Kind regards, Gerriet. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com