NSExceptionKt icon indicating copy to clipboard operation
NSExceptionKt copied to clipboard

SPM dependency conflicts with cocoapods dependency

Open Rajaikumar-iOSDev opened this issue 1 year ago • 4 comments

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?

Rajaikumar-iOSDev avatar Jul 18 '24 15:07 Rajaikumar-iOSDev

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?

rickclephas avatar Jul 18 '24 15:07 rickclephas

Project has a react-native section and it uses cocopods to link to native libraries. We need Firebase in the react-native part too.

Rajaikumar-iOSDev avatar Jul 18 '24 15:07 Rajaikumar-iOSDev

+1 to having a cocoapods distribution

haydenkaizeta avatar Jul 19 '24 20:07 haydenkaizeta

-1 Cocoapods support

frankois944 avatar Mar 08 '25 10:03 frankois944