I am having problems including frameworks in my project.
I have downloaded the private APIs from https://github.com/nst/iOS-Runtime-Headers/tree/master/PrivateFrameworks
This gives me header files to use with the framework already in xcode as I understand it.
I have added the header files to the framework folder in xcode for bluetoothmanager.
I have also included this framework in xcode.
The "framework search paths" is:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/PrivateFrameworks
Here is a picture of my xcode folder structure:
When I try to include the header file i get the error "BluetoothManager/BluetoothManager.h file not found".
Here is the code for that:
#include <BluetoothManager/BluetoothManager.h>