rickclephas / NSExceptionKt

A Kotlin Multiplatform Library to improve crash reports on Apple platforms
MIT License
167 stars 12 forks source link

SPM dependency conflicts with cocoapods dependency #30

Open Rajaikumar-iOSDev opened 1 month ago

Rajaikumar-iOSDev commented 1 month ago

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?

rickclephas commented 1 month ago

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?

Rajaikumar-iOSDev commented 1 month ago

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

haydenkaizeta commented 1 month ago

+1 to having a cocoapods distribution