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

No support for WatchOS #124

Open
warcupcake opened this issue Jan 6, 2023 · 1 comment
Open

No support for WatchOS #124

warcupcake opened this issue Jan 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@warcupcake
Copy link

warcupcake commented Jan 6, 2023

'NIOTSConnectionBootstrap' is only available in watchOS 6.0 or newer

While developing a companion app for an iOS app, the WebSocketKit package displays the issue
'NIOTSConnectionBootstrap' is only available in watchOS 6.0 or newer

To Reproduce

While working on a project using the package Web3swift, I added a target for WatchOS to discover that the package for WebSocketKit does not explicitly support watchOS

Steps to reproduce the behavior:

  1. Add Web3Swfit package
  2. Automatically install vapor as dependency
  3. See error

Expected behavior

A clear and concise description of what you expected to happen.

Environment

  • Vapor Framework version:
  • Vapor Toolbox version:
  • OS version:

Additional context

Add any other context about the problem here.

@warcupcake warcupcake added the bug Something isn't working label Jan 6, 2023
@0xTim
Copy link
Member

0xTim commented Feb 27, 2023

@warcupcake if you want to add experimental support for watchOS by adding it to the manifest (https://github.com/vapor/websocket-kit/blob/main/Package.swift#L9) then feel free to do a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants