Hi,
Qt: 5.4.0 final on Mac OS X yosemite:
after successfully sending my application package to apple using application loader it get’s rejected after a while with status in iTunes connect:
"invalid binary"
The detailed error description from the mail they send me is:
We have discovered one or more issues with your recent delivery for "....". To process your delivery, the following issues must be corrected:
Deprecated API Usage - Apple no longer accepts submissions of apps that use QuickTime APIs.
I use the following module:
QT = core gui widgets sql network xml xmlpatterns printsupport webenginewidgets svg
Can not find any libs using QuickTime API?
There were already the same problem with Qt < 5.4 which could be resolved by removing a lib named libqqt7engine.dylib, but this lib has completely removed in 5.4 so i does not help me now…
Any ideas?
↧