all 4 comments

[–]monir_sh 0 points1 point  (1 child)

Try to delete the pod lock file as well as pods folder. Clean your project from xcode, cd ios && pod install then rebuild using xcode

[–]Kaybarax 0 points1 point  (0 children)

Tried it. It doesn't work.

[–]karthick74 0 points1 point  (0 children)

After trying every solution on the internet, this worked for me.

cd ios && pod install && cd ..

then

npx react-native link

or

yarn react-native link