1

I created a completely new react-native project using:

react-native init demo

After the successful creating I can run it using the react-native cli.

cd demo && react-native run-ios

When I try to open the ios library in Xcode and click on the build button I get the following error:

Library not found for -lDoubleConversion

Is there a way to build the project using XCode? What could be the reason for my error?

All my packages are updated to the latest versions. (Xcode, react-native, node).

1 Answer 1

1

If the React native version is 0.59 or later, there may be some problems.

just open the MyAppName.xcworkspace instead of MyAppName.xcodeproj, and then, building.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.