QTKit issue again

This seems to be an old issue (circa 2013) but I don’t see any resolution reported.

I’ve compiled my app for 64bit using the latest Xojo system and still get this QTKit error (and a reject from Apple).

What do I need to do?

Robin

I believe QTKit was deprecated and Apple uses AV Foundation

But how do I get the offending framework to be not included in the code file?

something in your code (or a plugin?) is attempting to reference QTKit…

Brilliant - I use macoslib to check the certificates and guess what? - it references QTkit.

Removing just it doesn’t crash the library but removes the offending framework.

Thank you very much.

Robin