Code signing is required for product type Unit Test Bundle in SDK iOS 8.0

前端 未结 11 1814
甜味超标
甜味超标 2020-12-02 07:46

Getting

Code signing is required for product type \'Unit Test Bundle\' in SDK \'iOS 8.0\'

My app target is code signing just

11条回答
  •  一个人的身影
    2020-12-02 08:08

    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.

提交回复
热议问题