I am developing an app in flutter, and I used to always run it on iOS(simulator and phone), however since I ran the app on chrome(web app version) and then updated flutter to 2.24.0, the iOS version does not work. The terminal returns error messages regarding the swift compiler: 1. Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' 2.Swift Compiler Error (Xcode): Cannot assign value of type '(any AuthInterop)?' to type 'any AuthInterop’ 3.Swift Compiler Error (Xcode): Cannot assign value of type '(any AppCheckInterop)?' to type 'any AppCheckInterop’. All of these errors occur in the same directory within firebase storage: /ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift. I also tried downloading the iOS folder from a previous version(of my app) and replacing the folder, however that did not fix the problem either. Has anyone encountered the same/similar problem and is there a solution?
Swift compiler error after flutter update
Shouldn't you contact the Flutter/Firebase people about this? They probably need to update their code to work with the latest betas.