-
Notifications
You must be signed in to change notification settings - Fork 37
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
Broken on clean install #28
Comments
As an update, it definitely seems to be something broken with this repo or with my integration steps. A manual drag and drop installation from Firebase's docs compiles and builds (attempted over at https://github.com/AndrewSB/broken-carthage-maybe/tree/manual-integration) |
Agreed, I followed all the steps very closely and both the Firebase Database frameworks are not recognized. Very disappointing. The analytics framework seems to work okay. |
@AndrewSB Are you running on High Sierra by any chance? Up until recently this was working fine for me. And then this week I upgraded to High Sierra and now I am seeing this issue. Manually dropping in the 4.10.0 frameworks from Firebase works, but that is not something that is going to work in our build pipeline. One of the things I read about this issue is that there is a version mismatch between two libraries and that is causing the issue. But I don't know why it just recently surfaced, unless the Xcode Command Line tools for High Sierra are just different enough... |
@AndrewSB I opened a PR on this repo to have it consume the 4.10.0 frameworks. I am now able to link past that error I was seeing before. Now my app crashes on launch, but its compiling. I was wondering if you are seeing similar after pulling with the latest? |
Yup, I was on high sierra. Firebase has official (beta) support for Carthage now though, so you should just be able to use their setup. See firebase/firebase-ios-sdk#9 (comment) |
I’m still supporting https://github.com/MonsantoCo/FirebaseFramework which is up to date with 4.10.0 and the latest Crashlytics until there is a better solution. The current Firebase support for Carthage is still not enough. |
Tracking on Firebase over at firebase/firebase-ios-sdk#600
A clean install (https://github.com/AndrewSB/broken-carthage-maybe) doesn't work.
@soheilbm am I doing something obviously stupid? I tried to follow the README as closely as possible
The text was updated successfully, but these errors were encountered: