Codesign check fails Xcode 4

后端 未结 6 1784
半阙折子戏
半阙折子戏 2021-02-06 08:42

I just created all new dev and deployment certs and I\'m getting this weird error when I try to validate the application in the archive manager:

error: Codesign          


        
6条回答
  •  耶瑟儿~
    2021-02-06 08:49

    I am having the same problem. Spent hours redoing certs, changing machines, changing versions of Xcode, making random changes that people have suggested, rebooting, changing icons you name it.

    In Console there is a big dump of data related to the validation, if you're lucky it says something meaningful in there, it doesn't for me. Or at least nothing that I can understand :/

    EDIT: The console outputs the command it runs but slightly butchered. It has a parameter R= but the output neglects the quotation marks around the argument. Running this command only outputs the just as helpful:

    /var/folders/_x/XXXXXXXX/T/XXXXXXXX/Payload/XXXXXXXX.app: valid on disk
    /var/folders/_x/XXXXXXXX/T/XXXXXXXX/Payload/XXXXXXXX.app: satisfies its Designated Requirement
    test-requirement: code failed to satisfy specified code requirement(s)
    

提交回复
热议问题