Error ITMS-90700 when uploading App.

My application always fails to upload due to this Error message: Incorrect Platform. You Included arm64 executable /app name/ in your iOS bundle.

The app only targets armv7 devices and all extensions and targets are set to armv7. Just out of curiosity I created a empty
Xcode project and without any modifications tried uploading it again. The same result...
has anyone got an idea how I could solve that?

I am using Xcode 12 and the transporter app to upload because Xcode is not working



Unless you're attempting to submit to testflight and not the store, you should know that devs are obligated to use only release tools/SDKs/OSs when submitting to the store. That means to avoid Xcode 12 beta, iOS 14 beta, macOS beta, etc. for now.

Good luck.
hi there, thanks for your speedy response😁.
yeah I am trying to submit it to TestFlight. so do you mean that there is no way to upload it to TestFlight? I want to test the new iOS14 widgets and a few other changes...
Error ITMS-90700 when uploading App.
 
 
Q