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

后端 未结 9 1282
[愿得一人]
[愿得一人] 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:30

    The problem was that the Framework, Paddle.framework, became corrupt. The symlinks were resolved to the files they were pointed to, so, compilation worked just fine, but signing didn't.

    Re-downloading the framework and copying it into the project fixed the problem.

提交回复
热议问题