Error ITMS-90725: SDK Version Issue

Please provide the following:

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

We are using expo managed to create and publish in App Store the app using the expo to build the iOS using expo build:ios -t archive --non-interactive --no-publish after that we get the IPA file and upload it via xcrun altool --upload-app, but we’ve been receiving the below notification from App Store Team:

ITMS-90725: SDK Version Issue - This app was built with the iOS SDK. All iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later. Further, starting April 26, 2021 iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later.
Best regards,
The App Store Team

1 Like

I have the same issue here is what it shows when i run expo diagnostics:

  Expo CLI 4.4.3 environment info:
    System:
      OS: macOS 11.2.1
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 15.13.0 - ~/.nvm/versions/node/v15.13.0/bin/node
      Yarn: 1.22.10 - /usr/local/bin/yarn
      npm: 7.7.6 - ~/.nvm/versions/node/v15.13.0/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    Managers:
      CocoaPods: 1.10.1 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
      Android SDK:
        API Levels: 23, 25, 26, 27, 28
        Build Tools: 27.0.3, 28.0.0, 28.0.3
        System Images: android-23 | Google APIs ARM EABI v7a, android-23 | Google APIs Intel x86 Atom_64, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
    IDEs:
      Android Studio: 3.5 AI-191.8026.42.35.6010548
      Xcode: 12.4/12D4e - /usr/bin/xcodebuild
    npmPackages:
      expo: ^41.0.0 => 41.0.1 
      react: 16.13.1 => 16.13.1 
      react-dom: 16.13.1 => 16.13.1 
      react-native: https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz => 0.63.2 
      react-native-web: ~0.13.12 => 0.13.18 
    npmGlobalPackages:
      expo-cli: 4.4.3
    Expo Workflow: managed

Could that be an issue with apple?

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