CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
318 stars 229 forks source link

Bump up ARCore version to 1.33 to support Apple Silicon #164

Closed colejd closed 1 year ago

colejd commented 1 year ago

Context here: https://github.com/google-ar/arcore-ios-sdk/issues/59#issuecomment-1219756010

The current linked version of ARCore, 1.32, does not support Apple Silicon. This means you can't use the iOS simulator at all on Apple Silicon devices if this library is in the project.

I just bumped the minimum version up to 1.33 and all seems to be well.