I could use some help cross compiling Rust for TVOS, cargo lists so available tvos targets but I can't actually install them. I get an errror that my toolchain does not support the target. I can build an iOS library, but how do I build a TVOS library?
Use cargo-xcode and Rust nightly.