React Native 71.8
iOS target 13.0
When attempting to do a bundle exec pod install, the following error occurs.
[!] CocoaPods could not find compatible versions for pod "RNUnity":
In Podfile:
RNUnity (from ../node_modules/@wowmaking/react-native-unity)
Specs satisfying the RNUnity (from ../node_modules/@wowmaking/react-native-unity) dependency were found, but they required a higher minimum deployment target.
This seems to be due to the fact that the minimum deployment target specified by react-native is 12.4, but this podspec is demanding 13.0.
React Native 71.8
iOS target 13.0
When attempting to do a bundle exec pod install, the following error occurs.
[!] CocoaPods could not find compatible versions for pod "RNUnity":
In Podfile:
RNUnity (from
../node_modules/@wowmaking/react-native-unity)Specs satisfying the
RNUnity (from../node_modules/@wowmaking/react-native-unity)dependency were found, but they required a higher minimum deployment target.This seems to be due to the fact that the minimum deployment target specified by react-native is 12.4, but this podspec is demanding 13.0.