lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

Build CEF binary with flags #53

Closed CodingWithRoyal closed 3 years ago

CodingWithRoyal commented 3 years ago

@diederikh can you please explain how to put the new CEF binary into project ? I am stuck in this from few hours basically I had successfully made new binary with following flags ffmpeg_branding=Chrome proprietary_codecs=true

When I replaced the binary in External/cef_binary with new one its throwing error that error: install_name_tool: can't open file: External/cef_binary/Debug/Chromium Embedded Framework.framework/Chromium Embedded Framework (No such file or directory)

Its the structure of new binary image

Originally posted by @IdleJatt in https://github.com/lvsti/CEF.swift/issues/15#issuecomment-747332191

lvsti commented 3 years ago

Haven't tried it myself, but as I see, the error message says that the framework is not found, and indeed in your directory listing there is no Debug and Release folder. I'd begin with that.