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?