iOS AllJoyn プロジェクトをビルドしようとしていますが、OpenSSL の統合に問題があります。
私はこれらの指示を見てきました: https://allseenalliance.org/docs-and-downloads/documentation/configuring-build-environment-ios-and-osx#unique_16
Xcode IDE ビルドまでずっと指示に従ってきましたが、「lcrypto のライブラリが見つかりません」というエラーが表示されます。
オンラインで見ると、Makefile に関係があるように見えますが、lcrypto とは何か、どのライブラリを参照しているのかはよくわかりません。
編集
私はそれがShell Script Invocation Error
また、ここにトレースがあります:
ld: warning: directory not found for option '-L/PATH/alljoyn/alljoyn/common/crypto/openssl/build/Debug-iphoneos'
ld: library not found for -lcrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [build/darwin/arm/iphoneos/debug/obj/test/bbcclient] Error 1
scons: building terminated because of errors.
Command /usr/local/bin/scons failed with exit code 2