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:
architecturessetstandard architectures (armv7, arm64) - $(archs_standard)base sdkset ios8 sdk, examplelatest ios (ios 8.3)orios 8.3build active architecture only-->releasesetnovalid architecturessetarm64 armv7 armv7syou 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