Skip to content

QTKit legacy issue that prevents submitting apps to the apple store (and a solution) #264

@bvoq

Description

@bvoq

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.

framework_qtkitmakesitimpossibletosubmittoappstore

image

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!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions