React Native / iOS SDK. No matching function for call to 'RCTBridgeModuleNameForClass' after update iOS SDK to 14.5

11

I have updated the iOS SDK platform to version 14.5. The xCode version is now 12.5. After updating, I cannot launch the application on my device. An error: No matching function for call to 'RCTBridgeModuleNameForClass'. I tried reinstalling the pods but it didn't help. How can fix it? Thanks

Share
Improve this question

Comments

Popular posts from this blog

flutter websocket connection issue

React-native : Unable to use react-native-fast-image

reinterpret_cast bug or UB? [duplicate]