App Store Blocks upload because of Targetted Family Device after expo upgrade

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): ios

I was updated expo to expo 44 and now when I submit my ios build using eas submit I keep getting this error

This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: Documentation Archive

How exactly am i supposed to address this? for some reason Expo 43 builds fail when I run eas build but when I upgraded to 44 it finally built for me but now its throwing this error.

Its completely put a wedge in my release.

I’m noticing that the expo build is targetting IOS 12 instead of IOS 11.

Is there a spot to specific the version?

iOS 11 support was dropped in sdk43

as for the error, you probably had supportsTablet in app.json and removed it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.