about flutter run firebase exception #12937
hemanth895
started this conversation in
Feature Feedback
Replies: 1 comment
-
still getting the same firebase exception upon changinng the ios versiin to 13.0 in podfile under ios runner folder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hemanth@Hitesh instagramClone % flutter run
Launching lib/main.dart on iPhone 14 Pro in debug mode...
Running Xcode build...
Xcode build done. 33.5s
Failed to build iOS app
Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider'
/Users/hemanth/Desktop/instagramClone/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:72:11
Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider'
/Users/hemanth/Desktop/instagramClone/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:87:11
Swift Compiler Error (Xcode): Cannot assign value of type '(any AuthInterop)?' to type 'any AuthInterop'
/Users/hemanth/Desktop/instagramClone/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:290:38
Swift Compiler Error (Xcode): Cannot assign value of type '(any AppCheckInterop)?' to type 'any AppCheckInterop'
/Users/hemanth/Desktop/instagramClone/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:292:46
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro.
Beta Was this translation helpful? Give feedback.
All reactions