Xcode build failure “Undefined symbols for architecture x86_64”

An Xcode beginner’s question: It is my first experience with Xcode 4.6.3. I am trying to write a very simple console program, that searches for paired BT devices and prints them to an NSLog. It builds with the following error: Undefined symbols for architecture x86_64: “_OBJC_CLASS_$_IOBluetoothDevice”, referenced from: objc-class-ref in main.o ld: symbol(s) not found … Read more