Submit to App Store issues: Unsupported Architecture x86

So I am trying to use the Shopify API. When I archive the app and validate it then there are no issues but when I submit it to the app store then it gives me the following issues.

  1. ERROR ITMS-90087: “Unsupported Architecture. Your executable contains unsupported architecture ‘[x86_64, i386]’.”
  2. ERROR ITMS-90209: “Invalid segment Alignment. The App Binary at SJAPP.app/Frameworks/Buy.framework/Buy does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.” (I am already using the latest version.)
  3. ERROR ITMS-90125: “The Binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple’s Linker.”
  4. WARNING ITMS-90080: “The Executable Payload/…./Buy.framework is not a Position Independent Executable. Please ensure that ur build settings are configured to create PIE executables.”

17 Answers
17

Leave a Comment