Xcode fails with “Code Signing” Error

前端 未结 3 1486
被撕碎了的回忆
被撕碎了的回忆 2020-12-03 07:35

Alternate Titles

(to aid search)

  • Xcode \'CodeSign error: code signing is required\'
  • Xcode: iPhone app codesign error
  • /usr/bin/codesig
3条回答
  •  忘掉有多难
    2020-12-03 08:36

    I got this code sign error with an Open Source Github project which I only wanted on my own device (not in store or anything) and I don't have a paid membership account.

    In that case it's meanwhile (since XCode 7) possible to configure and allow your app as unsigned but trusted.

    It's all explained here: https://stackoverflow.com/a/4952845/828184

提交回复
热议问题