Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed on pod install #146

Open
billoneillighttiger opened this issue Feb 28, 2024 · 4 comments
Open

Failed on pod install #146

billoneillighttiger opened this issue Feb 28, 2024 · 4 comments

Comments

@billoneillighttiger
Copy link

billoneillighttiger commented Feb 28, 2024

I have run yarn add @pusher/pusher-websocket-react-native and then run pod install in the ios.
But I have got an error like the following.

CocoaPods could not find compatible versions for pod "pusher-websocket-react-native":
In Podfile:
pusher-websocket-react-native (from ../node_modules/@pusher/pusher-websocket-react-native)

Specs satisfying the pusher-websocket-react-native (from ../node_modules/@pusher/pusher-websocket-react-native) dependency were found, but they required a higher minimum deployment target.

@benw-pusher
Copy link
Contributor

Can you ensure your podfile specifies at least version 13? platform :ios, '13.0'

@billoneillighttiger
Copy link
Author

Oh, I can see "platform :ios, min_ios_version_supported" in my pod file.

@benw-pusher
Copy link
Contributor

Has changing the setting as advised resolved the issue for you?

@Yasir12598
Copy link

Yasir12598 commented Mar 13, 2024

It works for me after changing to platform :ios, '13.0' in podfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants