Question

I'm refer "AllJoyn Programming Guide for the Objective-C Language" Document. document is here

But when I build basic code, It will show

/myroot/alljoyn-14.02.00-osx_ios-sdk/alljoyn_objc/AllJoynFramework/AllJoynFramework/AJNVersion.mm:17:9: 'alljoyn/Version.h' file not found

I had put AllJoyn SDK and OpenSSL file in the folder and setting some property based on the document.

enter image description here enter image description here <code>enter image description here</code>

Have any one know how to resolve the problem?

I fell It's not find the AllJoyn iOS SDK Framework, but I had setting based on this document.

Thank you very much.

-- renew--

my header search path enter image description here

It's my data folder structure enter image description here

Was it helpful?

Solution

I had find the problem. The problem is header search path not correct. When I set environment variable by terminal. I was not restart xcode . So there are still not find header file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top