How do you fix “code object is not signed at all In subcomponent:” in Xcode 6, Mac OS X Yosemite or Mavericks?

后端 未结 9 1276
[愿得一人]
[愿得一人] 2021-01-07 16:56

When compiling my application I\'m getting the following error:

CodeSign /Users/pupeno/Library/Developer/Xcode/DerivedData/ProjectX-cynmgyozflnwbpamwnpsnhgsh         


        
9条回答
  •  被撕碎了的回忆
    2021-01-07 17:20

    I'll admit codesigning is still a black art to me, but in Xcode 6 I found that removing all of my signing scripts (which were necessary in Xcode 5, along with --deep flags) and additional signing flags, and just using the "codesign on copy" option in the Framework's Copy Files phase of the build worked flawlessly for me.

提交回复
热议问题