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

前端 未结 11 1811
甜味超标
甜味超标 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 07:47

    In my case the problem that I faced was:

    CodeSign error: code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 8.4'

    Fortunatelly, the target did not implemented anything, so a quick solution is remove it.

提交回复
热议问题