1

I'm including an external framework in my xcode project. Everything works fine when I build from my laptop to my iphone. I've now archived my project and I'm trying to upload my archive to testflight. This is failing with the error:

ERROR ITMS-90087: "Unsupported Architectures. The executable for \
MyApp.app/Frameworks/SomeSDK.framework contains unsupported \
architectures '[x86_64, i386]'."

What's going wrong? I've no idea how that framework was generated. Is there a setting to change to make things magically work?

Guig
  • 9,891
  • 7
  • 64
  • 126
  • Yes, it's a dupe. Frameworks are typically built to be universal. Hence, you need to strip out simulator slices (or any other slices which are not supported). – Mobile Ben Oct 14 '16 at 02:44

0 Answers0