【发布时间】:2014-07-04 14:20:07
【问题描述】:
我想为我的 OSX 应用程序签名,但收到此错误,知道吗?
fatal error: codesign_allocate: can't allocate code signature data for:
/...../X.app/Contents/Frameworks/libtiff.5.dylib
(for architecture x86_64)
because larger updated load commands do not fit (the program must be relinked using a larger -headerpad value)
/..../Products/Debug/X.app:
the codesign_allocate helper tool cannot be found or used
In subcomponent: /..../Products/Debug/X.app/Contents/Frameworks/libtiff.5.dylib
【问题讨论】:
标签: objective-c xcode cocoa code-signing