Re: Xcode 10 and disable layer backed windows in Mojave
Re: Xcode 10 and disable layer backed windows in Mojave
- Subject: Re: Xcode 10 and disable layer backed windows in Mojave
- From: Guillaume Laurent <email@hidden>
- Date: Thu, 25 Oct 2018 19:14:27 +0200
> On 25 Oct 2018, at 14:31, Georg Seifert <email@hidden> wrote:
>
> When I build my app with Xcode 10, Mojave uses the new layer backed windows.
> My view drawing is (not yet) able to dealt with layer backed views.
>
> So is there a way to disable the new window system? The only way I fond is
> not to link against the 10.14 SDK. But that is the SDK Xcode 10 is using even
> in 10.13.
Unless there’s been some fixes on this, you probably don’t want that. I recall
that since 10.14 all NSViews are expected to be layer backed (WWDC 18 “What’s
new in Cocoa” session, I think ?), and in my case I got random crashes on
scrollviews when running an app under Mojave where scrollviews hadn’t yet been
updated to layer-backed.
_______________________________________________
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