alljoyn框架ios错误:无法解析调试映射

时间:2015-10-26 08:29:11

标签: ios objective-c p2p alljoyn

您好我正在尝试使用Xcode 7和IOS-9运行Alljoyn ios聊天示例 但面临以下错误:

    ld: warning: directory not found for option '-L/build/Debug-iphoneos'
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: cannot parse the debug map for 
"/Users/myUserName/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphoneos/AllChatz.app/AllChatz":
No such file or directory

我已禁用项目和目标的bitcode设置,但找不到任何方法来解决此问题。 有任何解决方案吗?或任何替代方案我如何成功运行此演示。

3 个答案:

答案 0 :(得分:2)

在构建设置中将ENABLE_BITCODE切换为NO帮助我

答案 1 :(得分:0)

您需要添加openSSL libcrypto.alibssl.a静态库。

您可以使用此构建脚本从源代码获取它:https://github.com/x2on/OpenSSL-for-iPhone

答案 2 :(得分:0)

您需要按照here的说明构建适用于iOS的OpenSSL。