I need to submit my app and I retrieve this error:


thanks in advance
Make sure that for BOTH:
- Project --> Build Settings --> Architectures

AND:
- Targets --> Build Settings --> Architectures

You have the following 4 things:
Architectures
set toStandard architectures (armv7, arm64) - $(ARCHS_STANDARD)
Base SDK
set to some iOS8 SDK, for exampleLatest iOS (iOS 8.3)
oriOS 8.3
Build Active Architecture Only
-->Release
set toNo
Valid Architectures
set toarm64 armv7 armv7s
You will then no longer get the ERROR ITMS-90086
Make sure your "Build Active Architecture Only" setting is set to "No"
I case you bought an old app somewhere and are having this error message, also check that the deployment target is set to 8.0 or higher in both the project and the target.
来源:https://stackoverflow.com/questions/29567690/error-itms-90086-submitting-app