I am building an application for iOS 9 with Swift 2 and Xcode 7.
My application works fine when deploying it to my phone, but when I run some unit test, I get the following error message for many classes:
Class _TtC5<AppName>19<ClassName> 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?
fancy source share