pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
61 stars 52 forks source link

CocoaPods could not find compatible versions for pod "pusher-websocket-react-native": #67

Closed agunbuhori closed 1 year ago

agunbuhori commented 1 year ago

I tried to install pusher by using command npx pod-install, I found this error.

Pakile commented 1 year ago

pusher-websocket-react-native require platform ios 13. check your Podfile platform :ios, '13.0'

alokturkois commented 1 year ago

@Pakile Thanks it worked for me when I change my platform : ios to 13

trancongdung12 commented 1 year ago

nice 👌