记录:关于GPGMail编译的一个坑

      No Comments on 记录:关于GPGMail编译的一个坑

github.com/GPGTools/GPGMail
原来免费。和Mail.app整合很好。
现在这个东西收费了。很缺德。
编译很简单:
Xcode啥的都准备好,包括python等一干环境。
git clone 后,make时会出错:

Code Sign error: No code signing identites found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “PKV8ZPD836” were found.

如果不是他故意埋的坑。。。。
解决办法:
在clone来的GPGMail目录运行:

sed -i '' '/CODE_SIGN_IDENTITY = "Developer ID Application";/d' GPGMail_Updater.xcodeproj/project.pbxproj

如http://support.gpgtools.org/discussions/problems/24976-how-to-build-yosemite-branch
所示。
祝各位加密愉快。

Leave a Reply

Your email address will not be published. Required fields are marked *