Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working in new macOS Sierra 10.12 #5

Open
prolighting opened this issue Jul 6, 2016 · 1 comment
Open

Not Working in new macOS Sierra 10.12 #5

prolighting opened this issue Jul 6, 2016 · 1 comment

Comments

@prolighting
Copy link

prolighting commented Jul 6, 2016

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'

@kylehowells
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants