Cannot initialize a parameter of type ‘NSArray> *’ with an rvalue of type ‘NSArray *’

React-Native iOS application compilation errors in XCode 12.5 update

Error: Cannot initialize a parameter of type 'NSArray> *' with an rvalue of type 'NSArray *'

Solution:

Replace
(NSArray> *)modules
with
(NSArray *)modules

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.