Unable to build and run react native project. Pods failing to install

875 Views Asked by At

I am currently getting the following error when running pod install:

enter image description here

Do I need to update the OpenSSL-Universal? If so, how do I do this? I am also using Firebase. Is this an issue? Does Firebase need to be updated? My project was building and running earlier. Not sure what has happened now. Can someone please assist? Thank you.

Please see Pod File below:

enter image description here

1

There are 1 best solutions below

6
Sourav Dey On

Add the below to your pod file

pod 'OpenSSL-Universal', '~>1.1.180'

NOTE: after adding this, just running pod install will fire an error due to versions mismatch, in that case remove Podfile.lock and pod install again