Trouble Shooting (Flutter Integration)

App Crashes (~AutoLock)

  1. In your Xcode project, open Product > Scheme > Edit Scheme

  1. In Tab Run > Diagnostics, disable Thread Performance Checker

  1. You can find more details about this issue below.

Undefined symbols

  1. This is the issue when NativeCallProxy in Unity project, is not referencing the right metadata

  2. To fix the issue, Restart UnityEditor and export build again.

  3. You can find more details about the issue below.

Last updated