-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[error] Analyzing dependencies #815
Comments
I have run into a similar issue today, but when trying to install plugin cordova-plugin-firebase. This was the first Cordova plugin to install on my project, and it added all the dependencies from capacitor-cordova-ios-plugins podspec file, including Fabric and Crashlytics frameworks, and voila the same kind of error you had.. Then if I tried to remove Fabric and Crashlytics from podfile then I don't know how to use the versions provided by with capacitor-cordova-ios-plugins in AppDelegate to init Fabric and Crashlytics. |
Indeed cordova-plugin-firebase seems to be the culprit. When I remove that I can build the app. However when I now try to run it I get :
My app.component.ts
|
This is an incompatibility between cordova-plugin-firebase and cordova-plugin-fcm as both add the google/firebase frameworks as custom frameworks instead of using CocoaPods (as recommended by google). So I would suggest to remove cordova-plugin-fcm as it's frameworks are very old and doesn't seem to be maintained anymore. |
Thanks a lot its working fine. |
Hi, is there an existing capacitor plugin for remote config? |
Yes, you can use cordova-plugin-firebasex, it works fine for me with Ionic 5 and Capacitor. Cheers |
There was one started, but I believe it's looking for a maintainer: https://github.com/capacitor-community/firebase-remote-config |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
When trying to run the iOS project I run into the issue of
Error: Sandbox not in sync with the Podfile.lock
while trying to runnpx cap update ios
I got the following message :[!] The 'Pods-App' target has frameworks with conflicting names: firebaseanalytics.framework, firebasecore.framework, firebaseinstanceid.framework, firebasemessaging.framework, and googleutilities.framework.
Using following package.json:
repro to reproduce : https://github.com/webscaledev/future-backend/tree/ionic4/futureApp
The text was updated successfully, but these errors were encountered: