-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FirebaseStorageUI Cannot find type 'StorageReference' in scope (SPM) #1115
Comments
Are you able to |
Hi, yes i'm able to import FirebaseStorage but when i do it's like it overrides the FirebaseStorageUI and then i get this error when trying to get de reference for SDWebImage:
Could you please tell me where exactly should i add this line: |
Hi @morganchen12 don't bother i manage to find where. If someone else wants to know is in your Project Settings -> Build Settings -> search for Swift Compiler - Custom Flags -> Other Swift flags . I add it to degub and release config |
Glad it worked! |
Xcode 14.0.1
FirebaseUI 12.3.1
Swift
Hello guys,
After adding FirebaseStorageUI via Swift Package Manager i'm not able to get StorageReference . i get this error:
"Cannot find type 'StorageReference' in scope"
Before migrating from CocoaPods to SPM the code below worked fine
The text was updated successfully, but these errors were encountered: