sunshine-protocol / sunshine-keybase-ui-old

Flutter ui for sunshine-keybase
Apache License 2.0
2 stars 0 forks source link

sysinfo error for ios #1

Closed 4meta5 closed 4 years ago

4meta5 commented 4 years ago

error log

4meta5 commented 4 years ago

The problem is that https://github.com/guillaumegomez/sysinfo does not support ios

shekohex commented 4 years ago

it seems that sc-service uses this crate sysinfo but it ignores it when it comes to android I guess a fix is that it should ignore iOS too. also, sysinfo should be added to cargo.toml to sc-serivce like this

[target.'cfg(all(any(unix, windows), not(all(target_os = "android", target_os = "ios"))))'.dependencies]
sysinfo = "0.13.3"
4meta5 commented 4 years ago

closed in #4