Screen-Recorder
Screen-Recorder copied to clipboard
Build failure
First of all, LNCaptureWindowController.h imports <LNCapturePanel.h> which XCode 7 doesn't like. Change it to "LNCapturePanel.h" would satisfy the tool.
Second is what I couldn't solve that XCode7 complains "DMBackgroundColorView.h" not found. Is there specific pod I need for this project?
I'm getting an error trying to import DMBackgroundColorView.h as well.
Whoops. That's a ugly bit of code that shouldn't be there. Let me check it out...
I see this is a bit dated now, but I came across the project and was interested in checking it out and I'm running into the same build issue. Any chance you might have looked at this at some point?