ios - ERROR ITMS-9000: “Unsupported architectures.Xcode Archive error -


i trying upload app appstore.
have done in past after integrating live sdk error-
error itms-9000: “unsupported architectures. executable contains unsupported architectures '[x86_64, i386]'”
cant past validation screen.
highly appreciated.
tried few suggestion mentioned here-

error itms-9000: "unsupported architectures. executable contains unsupported architectures '[x86_64, i386]'"

but did not help
in advance.

cheers nitesh

i had same error when tried submit ipa, can't upload frameworks simulator arquitectures i386 & x86_64 itunes connect

in case because of frameworks of carthage has i386 & 86_64 arquitectures

then, can try 2 options:

1.- if carthage case > read carthage readme file here

where explains how workaround app store submission bug:

on application targets’ “build phases” settings tab, click “+”  icon , choose “new run script phase”. create run script following contents:   /usr/local/bin/carthage copy-frameworks   , add paths frameworks want use under “input files”, e.g.:   $(srcroot)/carthage/build/ios/box.framework $(srcroot)/carthage/build/ios/result.framework $(srcroot)/carthage/build/ios/reactivecocoa.framework 

2.- remove arquitectures don't need upload

here have solution nice script remove arquitectures don't need submit app store issues: unsupported architecture x86


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -