birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
135 stars 21 forks source link

react-native@0.73.0 ios pod install error #90

Closed dagouzhi closed 8 months ago

dagouzhi commented 8 months ago
[!] 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.
dagouzhi commented 8 months ago

platform :ios, '13.4'

birdofpreyru commented 8 months ago

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).