I'm trying to submit a new version of my client's app to itunesconnect using Xcode 7 for the first time. When I try uploading it to itunesconnect, I get these 2 errors.
Anyone else experience this?
I'm trying to submit a new version of my client's app to itunesconnect using Xcode 7 for the first time. When I try uploading it to itunesconnect, I get these 2 errors.
Anyone else experience this?
For error 90086:-
as said by
Dave Chambers in ERROR ITMS-90086 submitting app this link you need to check all the things.
- 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
and regarding your seond error
ERROR ITMS-90475
you need to copy 'Bundle ID' which is in iTunes Connect ->manage apps -> **viewed my app**
and
then go to xcode and paste into plist 'Bundle identifier' field.
and restart your xcode .
and then delete derived data.
Here is link for
after this task completed clean the project.