You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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.
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).
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 withflutter_carplay
without bitcode compilation.Thank you!
The text was updated successfully, but these errors were encountered: