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

require watchOS v6 or higher #283

Merged
merged 2 commits into from
Aug 19, 2024
Merged

require watchOS v6 or higher #283

merged 2 commits into from
Aug 19, 2024

Conversation

halmueller
Copy link
Contributor

After #276, package compilation now fails with
'UTF8View' is only available in watchOS 6.0 or newer
'utf8' is only available in watchOS 6.0 or newer

Bumps required version to watchOS 6, which came out at the same time that iOS 13 did.

@bircni
Copy link

bircni commented Aug 15, 2024

@scinfu I can confirm this

@halmueller
Copy link
Contributor Author

I just updated the Podspec, to match what's in Package.swift. I don't have Cocoapods running myself on this machine, so have not tested the Podspec bump.

@Lightning-Lion
Copy link

Same issue.

To reproduce it,

create a new Swift Package, add SwiftSoup to the Package’s dependencies, select Any watchOS Device as the Build target, and then you should be able to trigger the error.

@aehlke
Copy link
Collaborator

aehlke commented Aug 19, 2024

Thank you

@aehlke aehlke merged commit 3c2c7e1 into scinfu:master Aug 19, 2024
@halmueller halmueller deleted the watchOS-bump branch August 19, 2024 18:55
@bircni
Copy link

bircni commented Aug 19, 2024

@aehlke could you publish a release as this fixes some huge error?

@aehlke
Copy link
Collaborator

aehlke commented Aug 19, 2024

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

Successfully merging this pull request may close these issues.

4 participants