Hi, I'm trying to release an iOS app. Unfortunately, it's failing validation with "ERROR ITMS-9000: "The bundle '<bundlename>' at bundle path 'Payload/<Appname>.app' is not signed using an Apple submission certificate." at SoftwareAssets/SoftwareAsset (MZItemspSoftwareAssetPackage)".
I have run codesign -dvvv <path> command in terminal and it is true, it comes up with 'no signature', authority field is missing and Info.plist=not bound.
If I run ti info - all provisioning profiles are there, I have revoked, deleted and reinstalled all relevant certificates, provisoining profiles, have also a fresh install of xcode.
Is there any step I have (certainly) missed? Oh, and if I try to build it with xcode, I'm getting exactly the same error. Otherwise it builds fine, I can install it on iPhone, run it in simulator...
BTW, I'm using Mac OS X 10.9.2, XCode 5.1.1, CLI version 3.2.3, Titanium SDK version 3.2.3.GA. Help!