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

前端 未结 11 1810
甜味超标
甜味超标 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:13

    I fixed it by manually selecting a provisioning profile in the build settings for the test target.

    Test target settings -> Build settings -> Code signing -> Code sign identity. Previously, it was set to "Don't code sign".

提交回复
热议问题