ReallySmallSoftware / cordova-plugin-firebase-crashlytics

Google Firebase Crashlytics Cordova plugin
Other
32 stars 80 forks source link

Installation spits out target overrides the `LD_RUNPATH_SEARCH_PATHS` #28

Open allnash opened 4 years ago

allnash commented 4 years ago

Expected Behavior

Complete installation properly

Actual Behavior

After pod install I see this message

[!] The `<MASKED> [Debug]` target overrides the `LD_RUNPATH_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-Nutrimedy/Pods-Nutrimedy.debug.xcconfig'. This can lead to problems with the CocoaPods installation

[!] The `<MASKED> [Release]` target overrides the `LD_RUNPATH_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-Nutrimedy/Pods-Nutrimedy.release.xcconfig'. This can lead to problems with the CocoaPods installation

Steps to Reproduce the Problem

1. Create a Simple cordova iOS app
2. Try adding the plugin using the command 
` cordova plugin add cordova-plugin-firebase-crashlytics`
3. Watch for the installation message. 
4. Complication fails

Specifications

814k31 commented 4 years ago

This issue is describing what is causing my installation to fail here: https://github.com/chemerisuk/cordova-plugin-firebase-analytics/issues/103#issuecomment-561972094

ReallySmallSoftware commented 3 years ago

I have released a new version with updated dependencies, removing the original Fabric dependencies. Please try again and see how it goes.