If you generate a project for macOS in the build settings of the xcodeproj the framework QTKit is still in OF_CORE_FRAMEWORKS.
The automatic verifier of the mac app store detects this as an issue and doesn't accept the code.


The solution is to simply remove -framework QTKit from $OF_CORE_FRAMEWORKS in the build settings. I wanted to fork it, but I didn't find the entry in the code with a quick grep search. Cheers!