ios - How can I build for iphone simulator when using BluetoothManager.framework? -
I have a Bluetooth manager in the framework group in Project Navigator from explorer. Pulled the framework folder. It creates successfully for the device, but when I create a simulator, the framework can not be found. I think the simulator does not support Bluetooth, but I need to make it suitable for simulator so that other people In the simulator, keep on checking your part. When building a simulator, how do I exclude linking? Thanks !!
Decrease the library, delete any Bluetooth code with compiler instructions:
< Code> if! TARGET_IPHONE_SIMULATOR // Bluetooth code #endif
Comments
Post a Comment