PhilipsHue / PhilipsHueSDK-iOS-OSX

The Software Development Kit for Philips Hue on iOS and OS X (beta)
579 stars 169 forks source link

Undefined symbols for x86_64, "_OBJC_CLASS_$_DDLog" and "_OBJC_CLASS_$_DDTTYLogger", linker command failed with exit code 1 #115

Open jolaroux opened 7 years ago

jolaroux commented 7 years ago

Here are the errors I'm getting. http://imgur.com/a/Lc9LV If anyone can help that would be great!

soberman commented 7 years ago

You forgot to import Lumberjack. Do it and you'll be fine.

soberman commented 7 years ago

And don't forget to import SystemConfiguration framework as well, it is a system one.

lesyk commented 7 years ago

Closed?

soberman commented 7 years ago

Should be closed imho.

bia-nca commented 7 years ago

I have the same error. I added the complete Lumberjack folder. But I still get the error message.

longkyle commented 5 years ago

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!