ios 15 show needs to be updated when launch enterprise signed application

I installed an application in iOS 15 that are distributed internally and signed with enterprise distribution (no app store). However it show “My App Name” Needs to be updated. The developer of this app needs to update it to work with this version of iOS. The app is working fine below iOS 15.

Current expo version that I’m using is sdk 36. Tried to rebuild with expo build:ios but the issue still exist. How do I solve this?

We don’t have a specific timeline for upgrading Xcode on classic builds (the issue only affects enterprise builds), to solve that you can:

  • migrate to eas build and use image with at least xcode 12.5, but I’m not sure if it will work with SDK that old
  • use turtle-cli to build locally
  • use expo build:ios and resign resulting ipa file with e.g fastlane

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