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

Deployment Targets for Cocoapod #663

Open
jo-codegirl opened this issue May 23, 2023 · 0 comments
Open

Deployment Targets for Cocoapod #663

jo-codegirl opened this issue May 23, 2023 · 0 comments

Comments

@jo-codegirl
Copy link

jo-codegirl commented May 23, 2023

When used in a swift project, on Xcode 14.3, there is a build error. On my end, I can fix this in my Podfile by overriding SocketRocket's build settings in post install script. This can be fixed in the SocketRocket by updating the podspec.
For example:
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.13"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"

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

1 participant