My react native app previously built and ran on a simulator in xcode 11. However sine upgrading to xcode 12.5 i get the following build errors
Cannot initialize a parameter of type 'NSArrayidRCTBridgeModule *' with an rvalue of type 'NSArrayClass*'
Cannot initialize a parameter of type 'NSArrayClass *' with an lvalue of type 'NSArrayidRCTBridgeModule *__strong'
Cannot initialize a parameter of type 'NSArrayidRCTBridgeModule *' with an lvalue of type 'NSArrayClass *__strong'