NSExceptionKt
NSExceptionKt copied to clipboard
SPM dependency conflicts with cocoapods dependency
NSExceptionKt has firebase as dependency and if the project already has firebase installed through cocoapods then we are facing an error saying something like - "Firebase module already exists".
I am thinking about adding cocopods support to NSExceptionKt. Is there any potential blockers for this to be done?
I guess CocoaPods support could be added. However, I don't really like the whole release process and lack of Xcode version support, etc.
What is the reason for keeping Firebase in CocoaPods instead of SPM?
Project has a react-native section and it uses cocopods to link to native libraries. We need Firebase in the react-native part too.
+1 to having a cocoapods distribution