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

Bitcode requirement #31

Open
vinicius0026 opened this issue Oct 3, 2022 · 2 comments
Open

Bitcode requirement #31

vinicius0026 opened this issue Oct 3, 2022 · 2 comments

Comments

@vinicius0026
Copy link

Hi there, and thanks for you work on this library.

We're playing around with it to see if it is viable for our Carplay app, but one thing that concerns us is the Bitcode compilation requirement.

Bitcode has been recently deprecated in Xcode 14, and flutter will drop support for bitcode in a future release. So I'd like to understand why bitcode is needed for flutter_carplay and whether there are plans for removing this requirement, or if it is currently possible to build an app with flutter_carplay without bitcode compilation.

Thank you!

@derrik-fleming
Copy link

@vinicius0026 Were you able to come to any conclusions regarding the bitcode compilation requirement? Between the README and the example app, I'm a little confused when it comes to this due to conflicts. It doesn't look like the bitcode enabled flag is set in the example app.

So I'm wondering ... is it actually required?

@vinicius0026
Copy link
Author

Hey @derrikf-spindance, we ended up building our own plugin for CarPlay integration, as our requirements were not met by the flutter_carplay library, unfortunately. I don't think I was able to make flutter_carplay work (with or without bitcode compilation).

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