-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
ld: library not found for -lDoubleConversion for React Native 0.60.4 #26348
Comments
Related to #25804 |
I manage to solve this issue. Make sure you make the build after opening workspace in XCode. e.g. open .xcworkspace not the .xcodeproj |
I spent the last five days stuck on this, trying out everything suggested on the internet. This is what finally worked for me. (Before proceeding, make sure
Run react-native-run-ios or Build with Xcode by opening the xcworkspace file in your ios directory. Hope this helps someone! |
Had the same problem, but build succeeded after this: |
If you're here from google (and a note to myself as I might forget), make sure the IOS version in podsfile AND project AND any test targets that you may have are the same. Otherwise it simply will not complete the release/archive. |
I now have this issue after updating to 0.62.0 (it was fine before). |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
I am getting same error tried everything but nothing works |
Me too but with AppAuth. |
I am also RN 64, did you solve the problem? I have tried everything above |
the same problem for 0.65 |
I continue to get a library not found for -lDoubleConversion.
This is my podfile:
I have run out of ideas of why Xcode does not see DoubleConversion. It is there. Its in my Linked Frameworks and Libraries in the General tab and its in Link Binary With Libraries inside of Build Phases tab.
I believe the DoubleConversion library is set up correctly in Podfile, but Xcode is looking for DoubleConversion instead of double-conversion.
React Native version:
Steps To Reproduce
open NFIBEngage.xcodeproj
You can use this repo to reproduce:
https://github.com/ldco2016/NFIBEngage
The text was updated successfully, but these errors were encountered: