I didn't use FF after the recent October update but now I had to update some app functionality but I can't run local mode or simulator anymore. I keep getting this error:
Adding input path to Thin Binary build phase.
ios/Runner/AppDelegate.swift uses the deprecated @UIApplicationMain attribute, updating.
Automatically signing iOS for device deployment using specified development team in Xcode project: 6H7BZCWQLH
Running pod install... 3.2s
Running Xcode build...
Xcode build done. 31.2s
Failed to build iOS app
Could not build the precompiled application for the device.
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/win32-5.4.0/lib/src/guid.dart:32:9: Error: Type 'UnmodifiableUint8ListView' not found.
I did a lot of research but couldn't find any indications and there are no critical errors in FlutterFlow. There are also no dependency issues shown on the Flutterflow editor.
Anyone else took any steps when faced by similar issues after the recent major update to Flutter?
Thanks!