Hi,
I am using OS - 10.10.5 - Yosemite and XCode 7.
Trying to set-up SAP SMP SDK in a swift file as per - this SAP documentaiton
in both the approaches, I am not able to look up ".h" file in bridge header.
In the second approach - Configuring dependencies by copying includes and libraries - I have configure project as per step#5
1. In the Other Linker Flags section, add -ObjC and -all_load. If these settings are not visible, change the filter in the Build Settings bar from Basic to All.
2. In the header search path section adjust the path to look for public header files. Depending on where you copied the header files in previous steps, the path string looks like this:$(PROJECT_DIR)/includes/public/**
3. In the library search path section adjust the path to look for the binary files. Depending on where you copied the library files in previous steps, the path string looks like this:$(PROJECT_DIR)/libraries/$(BUILD_STYLE)-universal/*
I am not sure if there a need to add any framework file as per the step - 4 - "Open the Build Phasestab, and within Link Binary with Libraries, add all necessary native frameworks."
Any pointers if I am missing something