I get the error when I try upload my app to the Mac App Store:
"Deprecated API Usage. Apple no longer accepts submissions of apps that use Quicktime APIs"
However I've removed QTKit and Quicktime frameworks and migrated to AVFoundation. The error still appear and I've checked all my project and QTKit and Quicktime framework were deleted. I don't know if I have to do something else.
I've sought QuickTime APIs in my application using by running the nm command-line tool against your application binary.
nm -m "MyApp.app/Contents/MacOS/MyApp" | egrep "QuickTime|QTKit"
and I didn't find anything. All was ok. I'm so frustrated :-(