Open akitchen opened 7 years ago
I don't think it's radar-worthy. I'm of the opinion that it's because of WatchKit 1.0 support being removed (which we need for a watchkit storyboard).
makes sense. Since one can't submit apps using those APIs anymore, our supporting functionality should also be removed in an upcoming release. This should allow us to move forward on Xcode versions.
Thanks @younata
In Xcode 8.3.2, the WatchKit specs fail with the following:
... and then the shared build output is unusable for testing the other non-WatchKit targets in the project, causing the tests to fail to bootstrap in the same way. Anyone working with the project will need to remove their DerivedData folder or "Clean Build Folder" in Xcode after running the WatchKit specs in Xcode 8.3 before any other test bundles from the project can be run again.
This means we're stuck on Xcode 8.2 on Travis for a while, and we'll need to figure out what's going on. This is worth filing a radar over, I think.