when built on ios, I get these errors to do with Firestore, the app loads on my iPhone, however anything that requires a Firebase query does not and I get these errors below
```
<asynchronous suspension>
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error-parsing, An error occurred while parsing query arguments, this is most likely an error with this SDK., null, null)
#0 FirebaseFirestoreHostApi.querySnapshot (package:cloud_firestore_platform_interface/src/pigeon/messages.pigeon.dart:1241:7)
<asynchronous suspension>
#1 MethodChannelQuery.snapshots.<anonymous closure> (package:cloud_firestore_platform_interface/src/method_channel/method_channel_query.dart:167:13)
<asynchronous suspension>
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error-parsing, An error occurred while parsing query arguments, this is most likely an error with this SDK., null, null)
#0 FirebaseFirestoreHostApi.querySnapshot (package:cloud_firestore_platform_interface/src/pigeon/messages.pigeon.dart:1241:7)
<asynchronous suspension>
#1 MethodChannelQuery.snapshots.<anonymous closure> (package:cloud_firestore_platform_interface/src/method_channel/method_channel_query.dart:167:13)
<asynchronous suspension>
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error-parsing, An error occurred while parsing query arguments, this is most likely an error with this SDK., null, null)
#0 FirebaseFirestoreHostApi.querySnapshot (package:cloud_firestore_platform_interface/src/pigeon/messages.pigeon.dart:1241:7)
<asynchronous suspension>
#1 MethodChannelQuery.snapshots.<anonymous closure> (package:cloud_firestore_platform_interface/src/method_channel/method_channel_query.dart:167:13)
<asynchronous suspension>
```