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

Issues with adding firebase through rome #73

Open
alokc83 opened this issue Nov 3, 2018 · 6 comments
Open

Issues with adding firebase through rome #73

alokc83 opened this issue Nov 3, 2018 · 6 comments

Comments

@alokc83
Copy link

alokc83 commented Nov 3, 2018

screen shot 2018-11-03 at 11 09 24 am

Getting these error when adding firebase through "Rome". Only difference that I see Rome doesn't create an umbrella framework called "Firebase" There is no issue if I add these frameworks as cocoapods, which is undesirable.
@paulb777
Copy link
Member

paulb777 commented Nov 3, 2018

See https://github.com/firebase/firebase-ios-sdk/blob/master/Rome.md. Step 13 should set up the Firebase module.

@alokc83
Copy link
Author

alokc83 commented Nov 3, 2018

@paulb777 : thanks a lot quick reply. I followed all the all the steps. It seems it doesn't have any effect. I have the same errors.

@paulb777
Copy link
Member

paulb777 commented Nov 3, 2018

@alokc83 Based on googling that error message, it might be related to ./Rome/FirebaseCoreDiagnostics.framework/Modules/module.modulemap not having an umbrella header, but I'm not able to reproduce the error. What version of Xcode are you building with? Does adding an umbrella header to that modulemap file make a difference?

@alokc83
Copy link
Author

alokc83 commented Nov 3, 2018

@paulb777 : I am using Xcode 10.1 and Cocoapods 1.5.2

@paulb777
Copy link
Member

paulb777 commented Nov 8, 2018

@alokc83 I was wondering if the issue was related to Xcode 10.1, but I got that set up today and I'm still not able to reproduce. We'll likely need a reproducible example to make progress.

If you haven't tried already, try flushing the Xcode state - rm -rf ~/Library/Developer/Xcode/DerivedData etc.

@DrewKiino
Copy link

I was able to add Firebase with Rome through XCodegen as my project builder. but looking at the files I'm sure you should be able to add them in manually with the given configuration too

firebase/firebase-ios-sdk#3432

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