Micronax
Micronax

Reputation: 656

Error ITMS-90203 in Xcode during Appstore Submission

I got the following error during the Appstore submission:

Error ITMS-90203

I double checked that all targets and linked pods and subprojects have

Target settings

I even tried lipo -info <my_binary> and it said arm64 armv7 armv7s

So whats wrong with my submission?

Upvotes: 1

Views: 775

Answers (1)

Mark McCorkle
Mark McCorkle

Reputation: 9414

You're using a framework that is not built for 64bit. Apple now requires all app submissions be 64-bit compatible.

Upvotes: 2

Related Questions