I have an iOS framework project that has been running unit tests fine for many years now. I just downloaded Xcode Beta 2 to test out the new iOS version against my framework and noticed that a bunch of my tests started failing. When I looked at the results closely and tried debugging things, I found that the order of the tests mattered. This is different from before and suggests that my framework was not getting re-initialized on each test as it should be. Has anyone else noticed this or have a solution? I will note that UI Tests that I have created do work just fine so the framework itself seems just fine.