Re: Xcode 7.2.1 - Apps not running on 10.8 and 10.9
Re: Xcode 7.2.1 - Apps not running on 10.8 and 10.9
- Subject: Re: Xcode 7.2.1 - Apps not running on 10.8 and 10.9
- From: Jonathan Mitchell <email@hidden>
- Date: Wed, 16 Mar 2016 10:02:15 +0000
> On 7 Mar 2016, at 17:29, Frank Bitterlich <email@hidden> wrote:
>
> Hi,
>
> I have a weird problem. When I build a Cocoa app in Xcode 7.2.1, it fails to run properly on certain machines running OSX versions 10.8 and 10.9. The app launches (=icon in dock), but no window shows up, and the menus are all but gone (the Apple and application menu is visible in the menu bar, but nothing else, and the app menu is empty.)
>
> It happens even with the simplest apps (ie. just building the Cocoa application.) Due to limited resources I have only access to one Mac where it happens, but apart from having 10.9 installed, there is nothing special with that machine. The very same app runs fine on other machines (El Capitan.)
>
> -application:didFinishLaunching: is apparently never called (an NSLog() call there never show up in the console.)
>
> Searching for that problem on the web did not return a single hint.
>
> Does anybody have a suggestion what this could be?
I have just encountered a similar issue on a 10.9 vm.
I agree with Quincey that nib loading might be at the root of it.
However a clean cocoa test app with a deployment target of 10.9 launches fine.
J
_______________________________________________
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