-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Library not found after update React Native 0.62 #28483
Comments
Same here. It's not related to BVLinearGradient, after deleting the dependency from the project it failed with Base64.
But if I go to the directory that's on the error message
As you can see the library is there... Things I've tried:
React Native version:
|
|
@hoanganhx86 |
It solved the issue for me. Thanks @hoanganhx86 |
I solved the issue by changing the build system from |
Can you share your error screen? |
I solved the issue change the Thank you @hoanganhx86 @snairsumith |
Same issue for me, tried all the above and not working.
|
I am running on MacOS 10.14 Mojave. |
Ilya, were you able to resolve this? I am running into the same issue. Although- I had started with React native 0.62, and everything was working smoothly until I installed a new package, and then I got this error. |
https://medium.com/@punjabicoder/react-native-version-0-62-e7414c2b2d35 |
Already have proper |
follow the instructions at https://github.com/react-native-community/react-native-linear-gradient remove that library. My opinion is this issue should be closed.
Please close. Thanks |
have you checked in both target as well as in project |
Thank you @hoanganhx86 |
I get something similar with Library not found for -lRNFirebase I'm on RN 0.59.10 and this only starting failing when I upgraded rn-firebase from v5 to v6 Podfile:
ld: warning: directory not found for option '-L/Users/user/Library/Developer/Xcode/DerivedData/Mobile-ffdrrqgiyphlinerkjxrqqqeocrs/Build/Intermediates.noindex/ArchiveIntermediates/Mobile/BuildProductsPath/Release-iphoneos/React' |
For anyone here whose error string includes The solution is to move The reason this is happening is because the inherited ends up blank, so the compile command is inserting an extra blank argument before the first actual link argument, so |
I'm getting this error "Library not found for -lRNAdMobManager" for the iOS version in xcode after installing React Native Firebase @react-native-firebase/app and @react-native-firebase/admob in React Native 0.62.2. Can anyone help please? |
I Used this and also removed .ttf files which has came from link vector icons in copy bundle resources tab. |
Do you need help upgrading to a newer React Native version? Visit the Upgrade Support repository or use the upgrade helper to see the changes that need to be made to upgrade your app. |
I checked the path and the file is there but its not being loaded for some reason with the same error:
Also CocoaASync is the first library that is loaded and fails. |
Make sure you do not copy the quotes. Bad IDE. I get a dif error now.
Still failing on Linking Libraries. |
For my case, updating the Xcode project to recommended settings helped to fix the issue that libraries were not found for the Release build because for some reason the CocoaPods didn't compile before the main target. These steps are mentioned here: |
@hoanganhx86 I know it's been awhile since you answered this but I'm running into this same issue and can't figure it out. I've tried everything. But I'm still getting
The interesting thing is that a member of my team can run the same project in their XCode and it builds properly. This is the |
@fachrighiffary and @snairsumith did you resolved your problem? I have the same issue |
Bro I don't know how to thanks, I spent 4 days working on it, Thank you very much |
Still having the same issue if anybody solves it.
|
Library not found after update React Native 0.62
React Native version:
The text was updated successfully, but these errors were encountered: