ld: library not found for -lGoogleAnalyticsServices
See original GitHub issueHi,
I am upgrading react-native version from 0.59.10 to 0.61.5 and I have some issues with building iOs project.
I was upgrading by this helper: https://react-native-community.github.io/upgrade-helper/?from=0.59.10&to=0.61.5
When I am building to iOs, all time I have error like this:
ld: library not found for -lGoogleAnalyticsServices
In my project I am using react-native-google-analytics-bridge
Xcode version: 10.2.1
Could you help me to resolve this issue, please?
Thank you 🙏
React Native version: 0.61.5
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
ld: library not found for -lGoogleAnalyticsServices
I m not using cocopad, after building project its giving me "ld: library not found for -lGoogleAnalyticsServices clang: error: linker ...
Read more >iOS : Xcode 7 build failed: ld: library not found for - YouTube
iOS : Xcode 7 build failed: ld : library not found for -lGoogleAnalyticsServices [ Beautify Your Computer ...
Read more >iOS : Xcode 7 build failed due to ld: library not found for
iOS : Xcode 7 build failed due to ld : library not found for -lGoogleAnalyticsServices [ Beautify Your Computer ...
Read more >Ios – Xcode 7 build failed due to ld: library not found for ... - iTecNote
ld: library not found for -lGoogleAnalyticsServices clang: error: linker command failed with exit code 1 (use -v to see invocation).
Read more >XCode 7 build failed due to library not found for - Reddit
ld: library not found for -lGoogleAnalyticsServices clang: error: linker command failed with exit code 1 (use -v to see invocation).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
easy fix for this is to remove the google analytics bridge comething in your package.json and remove it from the podfile and then remove node_modules and pod.lock.
and it should work. Why I think it does not work is cuz it says it is deprecated and it won’t download the package and that is why podfile cant find it
react-native-google-analytics-bridge is deprecated and probably not updated to support auto-linking, thereby your issue with the library not being found. see repo
You should convert to firebase analytics.