PhilipsHueSDK-iOS-OSX
PhilipsHueSDK-iOS-OSX copied to clipboard
Undefined symbols for x86_64, "_OBJC_CLASS_$_DDLog" and "_OBJC_CLASS_$_DDTTYLogger", linker command failed with exit code 1
Here are the errors I'm getting. http://imgur.com/a/Lc9LV If anyone can help that would be great!
You forgot to import Lumberjack
. Do it and you'll be fine.
And don't forget to import SystemConfiguration
framework as well, it is a system one.
Closed?
Should be closed imho.
I have the same error. I added the complete Lumberjack folder. But I still get the error message.
Is there some kind of a trick to importing Lumberjack? I added the files to my project but am still getting these errors referenced by the OP.
Thanks!