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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

c# - GetType() == type perfomance question -