Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPM dependency conflicts with cocoapods dependency #30

Open
Rajaikumar-iOSDev opened this issue Jul 18, 2024 · 3 comments
Open

SPM dependency conflicts with cocoapods dependency #30

Rajaikumar-iOSDev opened this issue Jul 18, 2024 · 3 comments

Comments

@Rajaikumar-iOSDev
Copy link

Rajaikumar-iOSDev commented Jul 18, 2024

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
Copy link
Owner

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
Copy link
Author

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
Copy link

+1 to having a cocoapods distribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants