I have recently updated my Xcode
to v13
. Since then when I tried 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 tried to apply what suggested in this SO question. But there is no use.
Can someone help me to get rid of these errors?