Library Not Found for -Ldoubleconversion

Error library not found for after putting application in AdMob

Sometimes you just remove the reference of the library and add reference again.

Apart from adding the Google Mobile Ads SDK and other libraries again from scratch, I would recommend you checking the Library Search Paths. There are instances when you copy or duplicate a target, Xcode decides that it needs to escape any double quotes " with a '\'. Make sure you remove all the \’s - it should look like this -

Sample Image

I was able to duplicate the error, by doing prefixing my path with multiple '\'.

library not found for -lPods

Are you opening the workspace (that was generated by CocoaPods) instead of the xcodeproj?

ld: library not found for -lRCTAnimation

Can you try to remove all the linked React Native library in Xcode ?

  1. Open Project.xcworkspace file in Xcode
  2. Go to project navigator tab
  3. Go to Build Phases tab
  4. Then under Link Binary With Libraries section: Remove all binaries -libRCT*

With RN 60+ there are now included in the Pods project.



Related Topics



Leave a reply



Submit