I'm building an iOS 9 App with Swift 2 and XCode7.
My app runs fine when deploying it to my phone. But when I run any unit test, I get the following error message for a lot of classes:
Class _TtC5AppName19ClassName is implemented in both /Users/Username/Library/Developer/CoreSimulator/Devices/UUID/data/Containers/Bundle/Application/UUID/AppName.app/AppName and /Users/Username/Path/To/Workspace/DerivedData/AppName/Build/Products/Debug-iphonesimulator/AppName.xctest/AppName. One of the two will be used. Which one is undefined.
Any ideas?