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

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

    For me, it turned out that I had inadvertently added a bash build script to the target. Making sure I had no sneaky scripts accidentally copied into the target fixed the issue.

提交回复
热议问题