I recently updated to Xcode 7 beta 5. I tried adding a unit test to an earlier project, but I am getting the error message \"No such module [myModuleName]\" on the @te
@te
If you have some targets in your project - check your TARGETS in Module Name that you try to import with @testable import "TARGETSModuleName".
The module name should be the same on: Target -> Build Settings -> Product Module Name
For example: