You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Thank you for this library. It's not compatible with watchOS though for a few reasons:
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]
watchosDeviceArm64()
target (mix of 64bit and 32bit), needs additional work throughout the porjectI think it would be best to remove the watchOS targets and remove the documentation stating it's compatible
The text was updated successfully, but these errors were encountered: