Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bvoq opened this issue Mar 25, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@bvoq
Copy link

bvoq commented Mar 25, 2021

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!

@ofTheo ofTheo added the bug label Mar 25, 2021
@ofTheo ofTheo added this to the 0.12 milestone Mar 25, 2021
@ofTheo ofTheo self-assigned this Mar 25, 2021
@dimitre
Copy link
Member

dimitre commented Jan 10, 2022

Maybe it is time to phase out QTKit from OFW.
There are always OFW legacy versions if somebody wants to use it for any reason.

@dimitre
Copy link
Member

dimitre commented Apr 7, 2023

closed by openframeworks/openFrameworks#6960

@dimitre dimitre closed this as completed Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants