HomeKitBridge icon indicating copy to clipboard operation
HomeKitBridge copied to clipboard

Not Working in new macOS Sierra 10.12

Open prolighting opened this issue 9 years ago • 1 comments

Hi,

I was successfully running this on OS X 10.10 & 10.11 but I recently updated to macOS 10.12 and I am no longer able to get the project to run this is all I get now when I run the project in Xcode.

Can you please help me fix this issue it will greatly appreciated.

Kindest Regards

dyld: Library not loaded: @rpath/HAPAccessoryKit.framework/Versions/A/HAPAccessoryKit Referenced from: /Users/anthonyjanetzki/Library/Developer/Xcode/DerivedData/HomeKitBridge-eukecbtajbliepaexbrfblhcmdwk/Build/Products/Debug/HomeKitBridge.app/Contents/MacOS/HomeKitBridge Reason: no suitable image found. Did find: /Users/anthonyjanetzki/Library/Developer/Xcode/DerivedData/HomeKitBridge-eukecbtajbliepaexbrfblhcmdwk/Build/Products/Debug/HomeKitBridge.app/Contents/MacOS/../Frameworks/HAPAccessoryKit.framework/Versions/A/HAPAccessoryKit: code signature invalid for '/Users/anthonyjanetzki/Library/Developer/Xcode/DerivedData/HomeKitBridge-eukecbtajbliepaexbrfblhcmdwk/Build/Products/Debug/HomeKitBridge.app/Contents/MacOS/../Frameworks/HAPAccessoryKit.framework/Versions/A/HAPAccessoryKit'

prolighting avatar Jul 06 '16 00:07 prolighting

code signature invalid for ....

You probably need to disable code signing on HomeKitBridge in Xcode, if it is signed it'll try to check the signature, which won't match.

If that doesn't work you might also need to disable SIP.

kylehowells avatar Jan 02 '20 14:01 kylehowells