Codesign returned errSecInternalComponent in High Sierra

后端 未结 2 2045
走了就别回头了
走了就别回头了 2020-12-07 02:26

I tried to codesign using:

/usr/bin/codesign -f -s $IDENTITY --keychain $KEYCHAIN --entitlements $ENTITLEMENTS Payload/Test.app

But I get a

2条回答
  •  死守一世寂寞
    2020-12-07 03:18

    I was having the same error, ended up being an "Invalid" provisioning profile but only showed invalid on the Apple Developer portal. And Invalid not Expired.

    Just went in hit edit, then save, and new profile worked fine.

提交回复
热议问题