You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: