library not found for -lDoubleConversion error in React Native Project using XCode 13.2.1

I have a React Native project which was working properly before I updated the XCode to 13.2.1.

After updating XCode to 13.2.1 I'm getting " library not found for -lDoubleConversion" error when trying to "Archive" the project.

The project works If I just build and test in my device but when I try to "Archive" I get "Build Failed", as you may see bellow:

I

Hmm.... I have your problem in reverse.

I'm getting that same "library not found for -lDoubleConversion" error when I try to build for the iOS Simulator, either from the terminal or running directly in XCode.

But the error doesn't trigger when I build an Archive in XCode.

Mine is an M1 (Apple Silicon) Mac. Is yours?

library not found for -lDoubleConversion error in React Native Project using XCode 13.2.1
 
 
Q