Mac应用商店 - 试图加密工作。 。 。我失踪了什么? [英] Mac app store -- trying to get encryption to work . . . what am I missing?

查看:247
本文介绍了Mac应用商店 - 试图加密工作。 。 。我失踪了什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Alan Quartermain的解决方案与此问题相关联, Mac App Store收据验证码?我在链接时遇到一串未知的符号错误。以下是一些未知符号: _BIO_new _BIO_ctrl _ _EVP_sha1 _X509_STORE_free 。任何人都可以告诉我,我需要做些什么来摆脱这些错误?

I am trying to use Alan Quartermain's solution as linked from this question, Mac App Store Receipt Validation Code? I keep running into a bunch of unknown symbol errors at link time. Here are some of the unknown symbols: _BIO_new, _BIO_ctrl_, _EVP_sha1, _X509_STORE_free. Can anyone clue me in to what I need to do to get rid of these errors?

我做了的事情:


  • 安装OS X 10.6.7组合更新

  • 安装Xcode 3.2.5

  • 安装Xcode Developer Tools 1.1

  • 链接框架:


    • 安全;

    • SecurityFoundation;

    • SecurityInterface;

    • IOKit;

    • CoreServices。

    • Install OS X 10.6.7 combo update
    • Install Xcode 3.2.5
    • Install Xcode Developer Tools 1.1
    • Link frameworks:
      • Security;
      • SecurityFoundation;
      • SecurityInterface;
      • IOKit;
      • CoreServices.

      谢谢。

      推荐答案

      您列出的符号由libcrypto导出,它是OpenSSL的一部分。你试过连接libcrypto吗?您可以通过编辑项目设置,构建选项卡,其他链接器标记,并指定 -lcrypto

      All the symbols you’ve listed are exported by libcrypto, which is part of OpenSSL. Have you tried linking libcrypto as well? You can do that by editing your project settings, Build tab, Other Linker Flags, and specifying -lcrypto.

      这篇关于Mac应用商店 - 试图加密工作。 。 。我失踪了什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆