kylehowells / HomeKitBridge

An API designed to easily allow you to hook up existing devices and services to HomeKit using the private "HomeKit Accessory" Framework bundled with the HomeKit Accessory Simulator.
93 stars 4 forks source link

Can't compile with last version of Xcode #3

Closed SObS closed 9 years ago

SObS commented 9 years ago

Anybody success?

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_HAKBrightnessCharacteristic", referenced from:
      objc-class-ref in HKBLightAccessory.o
kylehowells commented 9 years ago

To quote the readme:

Make sure you have the HomeKit Accessory Simulator installed in "/Applications" The project reaches inside it and grabs the private framework as it builds.

The easiest way to get the HomeKit simulator is to go in Xcode to the menu bar > Xcode > Open Developer Tool > More Developer Tools... > And then download "Hardware tools for Xcode 6.1".