I had the same problem, tried everything that was mentioned here, but still got an error when checking - I tried the steps of armv6 and armv7, tried to add this to info.plist, and also tried to restore the distribution certificate just in case.
It turns out that the info.plist file should have $ {EXECUTABLE_NAME} and $ {PRODUCT_NAME} in the corresponding fields. ALSO Product name in the assembly settings for this scheme + Target SHOULD match the name of the scheme. I made sure that all the names match exactly EXECUTABLE_NAME, PRODUCT_NAME, the Product Name in target , binary name in the assembly settings and information plist and expandable binary name - make sure that they match the target name itself
Once all the names match and the architecture matches, it will work. Until then, he continued to give me an error while checking.
AztecWarrior_25 Aug 13 '13 at 15:55 on 2013-08-13 15:55
source share