DEV Community

ochieng seth
ochieng seth

Posted on

2 2

openssl/opensslv.h file not found

Whenever i initialize a react native project and run it for the first time, i always get the above error and my fix to this is

  1. comment out use_flipper!() in your podfile located in ios/ directory
# use_flipper!()
Enter fullscreen mode Exit fullscreen mode
  1. delete this file -> podfile.lock
  2. delete Pods folder
  3. run pod install in terminal after navigating to the ios folder of your project. Then navigate back to the root of your project and try to build again. Hope this helps

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series