Undefined symbol error after Xcode 13 update

I am a react-native developer and using react-native-unimodules library. I have recently updated my Xcode to v13. Since then when I try to archive I am getting following error

Undefined symbol: _OBJC_METACLASS_$_UMAppDelegateWrapper

Undefined symbol: _OBJC_CLASS_$_UMAppDelegateWrapper

Undefined symbol: _OBJC_CLASS_$_UMModuleRegistryProvider

Undefined symbol: _OBJC_CLASS_$_UMModuleRegistryAdapter

If I run in simulator or real device, Then there is no error. Getting errors only when I tired to archiving. I have done all the library(react-native-unimodules) setup properly as per documentation and it was working fine before Xcode 13 update.

This seems like some library linking issue. But not sure what to and where to link.

Can some one help me to get rid of this issue?

ReactNative is not a framework of Apple's. You should better visit the supporting site or a community site of it to get better responses sooner.

@OOPer, I posted this question here in the hope getting any suggestion or to know any related information

Undefined symbol error after Xcode 13 update
 
 
Q