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

bug CocoaPods could not find compatible versions for pod "cupertino_http": #1437

Open
yanashenyang opened this issue Dec 25, 2024 · 0 comments
Assignees
Labels
package:cupertino_http Issues related to package:cupertino_http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@yanashenyang
Copy link

[!] CocoaPods could not find compatible versions for pod "cupertino_http":
In Podfile:
cupertino_http (from .symlinks/plugins/cupertino_http/darwin)

Specs satisfying the cupertino_http (from .symlinks/plugins/cupertino_http/darwin) dependency were found, but they required a higher minimum deployment target.

in .symlinks/plugins/cupertino_http/darwin

  s.ios.deployment_target = '13.0'  # Required for NSURLSessionWebSocketDelegate.
  s.osx.deployment_target = '10.15' # Required for NSURLSessionWebSocketDelegate.

but The documentation does not mention iOS 13 or later.

@yanashenyang yanashenyang added package:cupertino_http Issues related to package:cupertino_http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:cupertino_http Issues related to package:cupertino_http type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants