Cross compile for TVOS

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.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.