Testing on ios: PlatformException

Project Settings

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>
```

What have you tried so far?
  • flutter clean

  • delete and redownload

Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply