ios - Missing 64bit Support, Invalid Bundle. Errors when submitting app -
i'm trying submit new version of client's app itunesconnect using xcode 7 first time. when try uploading itunesconnect, these 2 errors.
anyone else experience this?
for error 90086:-
as said
dave chambers in error itms-90086 submitting app link need check things.
- project --> build settings --> architectures
and:
- targets --> build settings --> architectures
you have following 4 things:
architectures
setstandard architectures (armv7, arm64) - $(archs_standard)
base sdk
set ios8 sdk, examplelatest ios (ios 8.3)
orios 8.3
build active architecture only
-->release
setno
valid architectures
setarm64 armv7 armv7s
you no longer
error itms-90086
and regarding seond error
error itms-90475
you need copy 'bundle id' in itunes connect ->manage apps -> **viewed app**
and
then go xcode , paste plist 'bundle identifier' field.
and restart xcode .
and delete derived data.
here link
after task completed clean project.
Comments
Post a Comment