iOS打包提交收到调用非公开接口的邮件

原生的代码没有写几行,提交后收到这样的邮件.
网上说是 libcrypto.a 这个库的原因,请大神们帮我看看

  • Creator 版本号:1.5.0
  • 目标平台:iOS
    邮件内容

Non-public API usage:

The app references non-public symbols in xxx: _getcontext, _makecontext, _setcontext
If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.

If you think this message was sent in error and that you have only used Apple-published APIs in accordance with the guidelines, send the app’s nine-digit Apple ID, along with detailed information about why you believe the above APIs were incorrectly flagged, to appreview@apple.com. For further information, visit the Technical Support Information page.

找到解决办法了:grin:http://forum.cocos.com/t/1-5/46837