birdofpreyru/react-native-static-server

react-native@0.73.0 ios pod install error

dagouzhi opened this issue · 2 comments

[!] CocoaPods could not find compatible versions for pod "dr-pogodin-react-native-static-server":
  In Podfile:
    dr-pogodin-react-native-static-server (from `../node_modules/@dr.pogodin/react-native-static-server`)

Specs satisfying the `dr-pogodin-react-native-static-server (from `../node_modules/@dr.pogodin/react-native-static-server`)` dependency were found, but they required a higher minimum deployment target.

platform :ios, '13.4'

Yeap. Btw, in Podfile you also can write platform :ios, min_ios_version_supported, which will automatically pick-up the minimal version declared by RN, which was 13.4 as of RN 0.72 (I haven't yet looked into RN 0.73).