I download the AllJoyn sample code and follow this link (Build) to build it step by step.
- I could build these samples successfully under the path(alljoyn-ios/core/alljoyn/alljoyn_objc/samples/iOS/)
- I have no idea why I get the error as below when I build the notification service samples under the path (alljoyn-ios/services/alljoyn-notification-14.06.00-rel/objc/samples/)
- I am sure I have correct header search paths and lib search paths. so is there any other items I should to check ?
- I have no idea why I get the error as below when I build the notification service samples under the path (alljoyn-ios/services/alljoyn-notification-14.06.00-rel/objc/samples/)
update:
I edit the env path ALLSEEN_BASE_SERVICES_ROOT, and try to set my header & lib search path as below.
Now, I got this error in couple places. It's really creepy about the search path setting. I couldn't figure out what is the right settings in the service sample project.