Getting
Code signing is required for product type \'Unit Test Bundle\' in SDK \'iOS 8.0\'
My app target is code signing just
Sometimes this happens when you download a project from github or other third party tutorial sites.These apps are usually signed with a different identity or company/name.When this happens,if you can't solve the solution,simply create a new xcode project and copy all the header and implementation files into your new project.Also don't forget the dependency files..such as the framework files.This works for me.