ITMS-90747 Architecture incompatible with MinimumOSVersion

I'm using deployment Info in Xcode for all targets as 12.0 (12.0 and above) and I got an email after submitting our app (didn't get this for any previous submissions of the app which has same deployment info for 12.0.


ITMS-90747: Architecture incompatible with MinimumOSVersion. The app bundle at 'Orangetheory.app/PlugIns/StickerPack.appex' specifies a MinimumOSVersion of '12.0' but contains a 32-bit architecture that is unsupported on iOS 12 and later.


What's the proper solution for this?

Replies

I'm not sure if this is the proper solution, but I think you can solve it by lowering the target of the sticker pack to iOS 11 to clear the warning.