Page 1 of 1

Build fails on macos arm64

PostPosted: Thu Dec 08, 2022 7:31 pm
by Nineswiss
After following the guide here: https://bitbucket.org/chromiumembedded/ ... rc/master/ , when I try to build an example project in XCode I get an empty window and XCode outputs:
Code: Select all
1209/110735.548703:INFO:content_main_runner_impl.cc(1230)] Chrome is running in full browser mode.
[1209/110735.770438:FATAL:disk_cache.cc(639)] Check failed: path.IsAbsolute().

I am on:
2021 MacBook Pro
Apple M1 Pro
32 Gb RAM
macOS Moneterey 12.5
XCode Version 14.1

Thanks!

Re: Build fails on macos arm64

PostPosted: Fri Dec 09, 2022 12:40 am
by Nineswiss
I downgraded to XCode 13.4. Still happens

Re: Build fails on macos arm64

PostPosted: Mon Dec 12, 2022 5:48 pm
by magreenblatt
How are you running the application? If you're running via Xcode, did you select the "cefclient" target?

Re: Build fails on macos arm64

PostPosted: Thu Dec 15, 2022 10:26 pm
by Nineswiss
Cefclient builds! Now to work out how to allow h.264 video...