app store - Robovm iOS App verification failed -
i have created ios app latest version of libgdx (java)
, when upload app store, receive error. using correct version of xcode , ios 7 sdk.
apple's web service operation not successful unable authenticate package: 836379195.itmsp error itms-9000: "this bundle invalid. new apps , app updates submitted app store must built public (gm) versions of xcode 5 , ios 7 sdk. <br>do not submit apps built beta software." @ softwareassets/softwareasset (mzitmspsoftwareassetpackage)
robovm uses xcode installation pointed xcode-select
. use
xcode-select -p
to view path of used xcode. make sure prints out path xcode 5 installation , not old beta xcode. use
xcode-select -s /path/to/proper/xcode
to switch xcode path. have restart eclipse after in order robovm pick new path.
Comments
Post a Comment