Page 1 of 1

Failed to run after compiling on MacOs system

PostPosted: Wed Jan 27, 2021 1:54 am
by Xry
I use Xcode + C++, a QCefView library compiled by Qt, but when calling this library, it prompts "Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)" error, and the error breakpoint is "g_libcef_pointers.cef_enable_highdpi_support();".
I did not use "CefEnableHighDPISupport();".