I'm relatively new to iOS development. I'm not sure what to do about resolving the following errors that I believe are due to referencing a bluetooth library. What can I do to debug/fix this?
Undefined symbols for architecture armv7: "_CBCentralManagerScanOptionAllowDuplicatesKey", referenced from: _nclSStartScan in libNCLiOS.a(nclCb.o) "_CBAdvertisementDataManufacturerDataKey", referenced from: -[Boss centralManager:didDiscoverPeripheral:advertisementData:RSSI:] in libNCLiOS.a(nclCb.o) "_OBJC_CLASS_$_CBUUID", referenced from: objc-class-ref in libNCLiOS.a(nclCb.o) "_OBJC_CLASS_$_CBCentralManager", referenced from: objc-class-ref in libNCLiOS.a(nclCb.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)