A couple of years ago I built a basic iOS app using LIFXKit. I’ve come back to do more of the same and I find that everything has changed as we are being encouraged to use the HTTP API. This is fair enough, but the only thing I understand is Objective-C so I went to Github and set up my new project up with LIFXKit for iOS.
The problem is that the framework seems to be full of errors, including some pretty odd ones like “Unknown type name ‘CGFloat’”. I notice that UIKit is not imported at the top of this file (LIFXHSBKColor.h) but I can’t add it myself to see if it will solve the problem because the file is locked for editing and Xcode is unable to unlock it.
My project has hit a wall before I’ve even managed to get started. I don’t know why there are so many errors, and I seem to be powerless to tinker around and try to fix them.
Also, when I search this forum, I can find very little in reference to the iOS framework. Can anybody help me understand what’s going on?