Codesign of Dropbox API fails in Xcode 4.6.3: “code object is not signed at all”

后端 未结 6 1111
予麋鹿
予麋鹿 2020-11-28 03:29

I have an OS X app that\'s distributed through the Mac App Store, and recently updated to Xcode 4.6.3.

When I run my regular build now, I receive:

Co         


        
6条回答
  •  借酒劲吻你
    2020-11-28 04:24

    I had the same problem, but the answer was simple: the code signing identity on my app was set to "-", so simply setting that to "Don't Code Sign" fixed me up.

    "-" seems to be the default setting when you carry out some set of actions, although I can't tell you what those are.

提交回复
热议问题