Page 1 of 1

CEF app launch failure with MacOS 10.10

PostPosted: Wed Jun 09, 2021 4:07 am
by Satrajit
with CEF 4430 the app is failing to launch with MacOS 10.10 (Yosemite) with the error Symbol not found: ___NSArray0__
Changed the CEF_TARGET_SDK in cef_variables.cmake.in to 10.10 but still doesn't work

what other changes do I need to make to work for Yosemite ?

Re: CEF app launch failure with MacOS 10.10

PostPosted: Wed Jun 09, 2021 9:03 am
by ndesktop
Not building frequently on Mac, but requirements for 4430 says:
macOS 10.11+ deployment, 10.15.4+ build system w/ 11.0 base SDK (Xcode 12.2), Ninja, 64-bit only
Maybe 10.10 is not anymore supported? 4280 seems to be the latest to support 10.10.

Or CoreFoundation.framework is missing.

Re: CEF app launch failure with MacOS 10.10

PostPosted: Wed Jun 09, 2021 9:38 am
by Satrajit
Yes I saw the requirements.

But is it somehow possible/ or not possible at all to support 10.10 by making few tweaks locally ?

Re: CEF app launch failure with MacOS 10.10

PostPosted: Wed Jun 09, 2021 9:50 am
by magreenblatt
Satrajit wrote:Yes I saw the requirements.

But is it somehow possible/ or not possible at all to support 10.10 by making few tweaks locally ?

Not possible without substantial work. 10.10 support was deleted from Chromium.