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

Error Domain=GARSession Code=-9 "(null)" #122

Closed dnkoulouris closed 2 years ago

dnkoulouris commented 2 years ago

When I try to host a Cloud Anchor on iOS, the following error is displayed:

Error Domain=GARSession Code=-9 "(null)"

The translation of this error is: GARSessionErrorCodeIllegalState

Edit: After some search, maybe this version 1.31 has any relation?

dnkoulouris commented 2 years ago

Found the problem and created pull request