question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS: ld: library not found for -lFirebaseCore

See original GitHub issue

With this plugin version 1.0 and google-service 1.2, when running iOS, I get the following error ld: library not found for -lFirebaseCore clang: error: linker command failed with exit code 1 (use -v to see invocation)

I’ve done

rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "pwd/Pods/"
pod update
pod setup
pod install

none of them solve the issue. any idea?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

36reactions
sq-ricardo-pereiracommented, Dec 14, 2018

Hi guys! I resolved opening “PROJECT-NAME”.xcworkspace

14reactions
chemerisukcommented, Mar 10, 2019

Open platforms/ios/“PROJECT-NAME”.xcworkspace

Read more comments on GitHub >

github_iconTop Results From Across the Web

ld: library not found for -lFirebaseCore clang: error: linker ...
I was working on an old project and it was No for both Debug and Release for ... So for no reason at...
Read more >
Library not found for -lFirebaseCore in xocde - Ionic Native
This plugin is working fine for android but when i am building ionic 4 project in xocde it's showing these errors ld: warning:...
Read more >
iOS : ld: library not found for -lFirebaseCore clang: error
iOS : ld: library not found for -lFirebaseCore clang: error: linker command failed with exit code 1 (use -v to see invocation) [...
Read more >
ld: library not found for -lFirebaseCore error on release
Coding example for the question ld: library not found for -lFirebaseCore ... Firstly, you're opening the .xcworkspace file and not .xcodeproject correct?
Read more >
Firebase on Xcode 12 beta 3 not supported? Won't build
Building on beta 3 takes a lot longer, and finally fails with an error that says library not found for -lFirebaseCore. I've tried...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found