Xcode 8 shows error that provisioning profile doesn't include signing certificate

后端 未结 30 1954
太阳男子
太阳男子 2020-11-28 17:55

Xcode 8 shows error that provisioning profile doesn\'t include signing certificate.

This issue is with Xcode-8 only with Xcode 7, same provisioning profile showing r

30条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-28 18:54

    Clicking but then cancelling "Enable Automatic Signing" worked for me, although the actual change it made was:

    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;

    or in Xcode it's called Always Embed Swift Standard Libraries

提交回复
热议问题