Skip to content

Not compatible with watchOS #93

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

Open
crysxd opened this issue May 15, 2025 · 0 comments
Open

Not compatible with watchOS #93

crysxd opened this issue May 15, 2025 · 0 comments

Comments

@crysxd
Copy link

crysxd commented May 15, 2025

Thank you for this library. It's not compatible with watchOS though for a few reasons:

  • The openssl library used doesn't seem to be available for watchOS: w: KLIB resolver: Could not find "openssl-watchos-arm64" in [/Users/christian/Projects/*****, /Users/christian/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/common, /Users/christian/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/platform/watchos_arm64]
  • Your project is missing the watchosDeviceArm64() target (mix of 64bit and 32bit), needs additional work throughout the porject
  • watchOS doesn't allow for "low level network connections", which basically means anything that's not HTTP. Will work on the simulator but not on a real device. While I couldn't test this for the other two reasons, I'd be very surprised if the connection wouldn't immediately fail

I think it would be best to remove the watchOS targets and remove the documentation stating it's compatible

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