Hi, To allow successful build of react-native app using this package on XCode 12 with use_frameworks, please implement following change in podspec: ``` - s.dependency 'React' + s.dependency 'React-Core' ``` For more details see https://github.com/facebook/react-native/issues/29633#issuecomment-694187116 Thanks!