Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to use it into Mac application #19

Open
vojtech-cerveny opened this issue Nov 13, 2017 · 4 comments
Open

Possibility to use it into Mac application #19

vojtech-cerveny opened this issue Nov 13, 2017 · 4 comments

Comments

@vojtech-cerveny
Copy link

Hi,
I wrap your application into my app and I get this error:

[1113/143014.498002:ERROR:icu_util.cc(137)] icudtl.dat not found in bundle
[1113/143014.498081:ERROR:icu_util.cc(173)] Invalid file descriptor to ICU data received.
Trace/BPT trap: 5

Every file should be present, I copy whole folder into my app. Not sure, I can do it as I do - so that in my .app I use your .app. Do you have idea, where could a problem?

Did you see it before?

@spajak
Copy link
Owner

spajak commented Nov 13, 2017

Looks like resources from Frameworks cannot be located. I'm afraid not much can be done in this matter. Maybe try to merge cef-pdf instead of wrap.

@beckyconning
Copy link
Contributor

Is it possible to link the file more like the linux executable rather than as a macOS .app bundle?

@beckyconning
Copy link
Contributor

Yeah it is. I'm going to make a pr to make this a single linked executable rather than a bundle.

@beckyconning
Copy link
Contributor

you can also copy into application support during installation and call it from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants