unsupported family????

Xcode suddenly stopped working with my appleTV, telling me it couldn't find the developer disk image. I decided to update to the latest xcode. Now, this version of xcode says my apple tv is an "unsupported family"? I had no trouble developing and testing on this exact setup for the past few days. This just happened today. Anyone have any idea what's going on?

To follow up, I fixed one problem - in the build settings for one of the tests (not the app itself), I had to include a "3" in the targetted device family. But, now it's telling me "The run destination Apple TV is not valid for Running the scheme..." (followed by the name of my app). Again, this was running just fine the past few days. Anyone know what this could be?

To fix the "run destination" problem - for some reason, the valid architectures on my tv app were changed to x86. I certainly didn't do that, so I guess the update of xcode somehow did that. So, I changed those back to arm64, and I also had to change the sdk to the latest version. Now it seems to be working.

unsupported family????
 
 
Q