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

后端 未结 6 1122
予麋鹿
予麋鹿 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 04:10

    For me it was a corrupted Framework PaddleMAs which: 1. I removed from my Cocoapods File 2. Ran pod install 3. Restarted my Xcode

    and it solved the problem. For some reason a corrupted framework will prevent it being signed unfortunately XCode doesn't show this error really clearly and give you a good fix suggestion. Have raised a bug with Apple to fix.

提交回复
热议问题