jamessnee / MetaWatch-ios_client_alt

An alternative to the supplied MetaWatch iOS app, that makes use of libHWManager. It is intended to be a more modular platform for making widgets for the MetaWatch.
1 stars 0 forks source link

build failed - 5 issues #1

Open felician opened 12 years ago

felician commented 12 years ago

Undefined symbols for architecture armv7: "_CBCentralManagerScanOptionAllowDuplicatesKey", referenced from: -[MWManager startScan] in libMWManager.a(MWManager.o) "_CBConnectPeripheralOptionNotifyOnDisconnectionKey", referenced from: -[MWManager centralManager:didRetrievePeripherals:] in libMWManager.a(MWManager.o) "_OBJCCLASS$_CBCentralManager", referenced from: objc-class-ref in libMWManager.a(MWManager.o) "_OBJCCLASS$_CBUUID", referenced from: objc-class-ref in libMWManager.a(MWManager.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1

jamessnee commented 12 years ago

Hi,

Were you building for the emulator or a device?