-
Notifications
You must be signed in to change notification settings - Fork 488
Description
Environment
Xcode version: 13.3.1
SPM
Firebase Component: FirebaseStorage (firebase-ios-sdk v9.1.0), FirebaseUI-iOS v12.2.0
Language: Swift
Problem
There is a reference to FirebaseStorage-Swift.h added in Update FirebaseUI for v8.x and v9.x compatibility #1024, but this header file cannot be generated automatically by the SPM build, even though it can be built successfully in Pods.
In order for SPM to build successfully without the cumbersome manual generation and addition of header files, it is necessary to statically place a ver 9-compliant header file in the FirebaseStorage library, as is the case with ver 8 support.
Is there a validity and plan to add a FirebaseStorage-Swift.h(ver 9-compliant header file) to the FirebaseStorage library for firebase-ios-sdk v9?