I have already waste 3 days \"solving\" this problem (actually I have tried everything i could imagine but get nothing).
While binary uploading of my application i get t
Oh I got it, what you only need to do is to disconnect your device (remove the cable connection between your device and system).
Now archive it and validate. You are good to go I believe. :)
Follow These steps while uploading binary:
The problem to me was very lazy! I just lost the Universal Deployment Target (I had iPhone only for error). Fixed that it worked fine.
I tried removing the cable and re/assigning the provisioning profile(s) etc. In the end I just removed arm64 from the list of valid architectures on the project and target files.
How much does arm64 matter anyway?
I got this error, because arch (arm7, arm7s, arm64) + Build Active Arch Only - YES.
I did next: - disconnect iphone - exclude arm64-arch - Set Build Active Arch Only - NO.
Build was successfully uploaded.