I started getting this (maybe after an update, not sure). When I try to launch my app in Local Run using a simulator (same one I use all the time to test this same app on), it now fails with this error:
Swift Compiler Error (Xcode): Access level on imports require '-enable-experimental-feature AccessLevelOnImport'
/Users/myName/Library/Application%20Support/io.flutterflow.prod.mac/appName/ios/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift:19:2
Anyone else seeing this? The solutions I've found are to modify Swift compiler flags, or edit the .swift file mentioned. Since these are things that FF normally handles I wanted to see if others are hitting this.