iOS Dyanmic Framework with Firebase Dependencies
问题 We are developing a framework that is dependent on some firebase dependencies like login, analytics, etc. Once our framework is developed we will distribute it to our customers. Things to be taken care of are Code should not be visible(Best suggestion is to create XCFramework) If possible create a dynamic framework instead of a static framework Can be distributed via Swift package manager or cocoapods What we have tried We have tried to create a dynamic framework using pods and then create a