Check and Remove Unsupported Architecture [x86_64, i386] in IPA / Archive
问题 Problem: While submitting the app to the App Store the following error is reported: Unsupported Architecture. Your executable contains unsupported architecture '[x86_64, i386] Questions: How can the above error be resolved ? How can I check the architectures used by the archive or IPA ? How can I ensure that the Release archive doesn't include x86_64 and i386 (simulator architectures). Is it only possible through script or is there is a setting in Build Settings or else where ? 回答1: Apple has