Skip to content

clang: error: no such file or directory: 'Embedded' clang: error: no such file or directory: 'Framework' #178

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

Closed
scalveerne opened this issue Mar 5, 2025 · 4 comments

Comments

@scalveerne
Copy link

I am switching from flutter_inappwebview to this library since the previous one really has serious problems, however in cef I have not been able to make it work neither in windows nor in macOS.

At the moment the only thing that interests me is that it works in windows and I'm having this error: C:\UsersersPC document's GitHubcalbrowserwindowsflutter_ephemeral\cpp_client_wrapper\includeflutter_encodable_value. h(199,60): error C2665: 'std::variant<std::variant<std::monostate,bool,int32_t,int64_t,double,std::string,std::vector<uint8_t,std::allocator<uint8_t>>,std: :vector<int32_t,std::allocator>,std::vector<int64,std::allocator>>,std::vector<double,std::allocator>,flutter::

Error: Build process failed.

I think it has to do with the version of Visual Studio but I don't have enough experience to move things around in the library and suggest a PR.

If you could help me to understand if it has a solution or if it is something that will be seen in the future I would appreciate it, we are about to migrate heavily to this lib and we have 2,000 active users that could be affected.

@SinyimZhi
Copy link
Collaborator

@scalveerne The question in your title and the question in your content don't seem to be the same?
I have a general impression of the issue in your title, which should be a problem encountered on macOS. The reason is that the precompiled package name contains spaces, and Flutter's script clearly cannot help XCode obtain the correct package name. The solution is here, I hope it can help you.#27
I need more information to determine the issues in your content, it appears that a lower version of C++was used for compilation. And std: Variant should be introduced in the C++17 standard library.

@scalveerne
Copy link
Author

he truth is that in your answer I get a good starting point, I will
inquire about what is going on with my problem and maybe I will leave the
solution in this thread, I thank you very much. I hope everything better
from your side :D

@SinyimZhi
Copy link
Collaborator

he truth is that in your answer I get a good starting point, I will inquire about what is going on with my problem and maybe I will leave the solution in this thread, I thank you very much. I hope everything better from your side :D

Thank you, and wish you well.

@scalveerne
Copy link
Author

The solution was that: firebase/flutterfire#16536 (comment)

If anyone have that problem the response are into the url

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

2 participants