2015-10-26 18 views
1

嗨,我試圖運行Alljoyn在Xcode 7和IOS-9 IOS聊天樣品,但面臨以下錯誤: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 

我從禁用位碼設置項目和目標,但沒有找到任何方法來解決這個問題。 有沒有任何解決方案?或者其他任何替代方法,我如何成功運行這個演示。

回答

0

您需要添加openSSL libcrypto.alibssl.a靜態庫。

您可以從源與此構建腳本得到它:https://github.com/x2on/OpenSSL-for-iPhone

+0

我從git下載了示例項目,但您指定的這兩個庫在源代碼中不可用。 –

+0

你確定陽光明媚? –

+0

您需要使用./build-libssl.sh構建庫。 –

2

開關ENABLE_BITCODE爲NO的生成設置讓我

0

您需要按照指示here打造的OpenSSL爲iOS。