EAS build fails on fastlane for IOS with a fresh install of expo 48.0.15

is managed workflow
version: eas-cli/3.10.2
version: xcode 13.2.1

When I run the command:
eas build --profile development --platform ios --local
I get the following errors:

[RUN_FASTLANE] ▸ ** BUILD FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸ CompileSwift normal x86_64 (in target 'ExpoModulesCore' from project 'Pods')
[RUN_FASTLANE] ▸ CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'ExpoModulesCore' from project 'Pods')
[RUN_FASTLANE] ▸ CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExpoModulesCore' from project 'Pods')
[RUN_FASTLANE] ▸ CompileSwift normal arm64 (in target 'ExpoModulesCore' from project 'Pods')
[RUN_FASTLANE] ▸ (4 failures)
[RUN_FASTLANE] ** BUILD FAILED **

this is my eas cli json

{
  "cli": {
    "version": ">= 3.9.3"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "ios": {
        "resourceClass": "m-medium",
        "simulator": true
      }
    },
    "preview": {
      "distribution": "internal",
      "ios": {
        "resourceClass": "m-medium"
      }
    },
    "production": {
      "ios": {
        "resourceClass": "m-medium"
      }
    }
  },
  "submit": {
    "production": {}
  }
}

you are using xcode 13. sdk 48 requires xcode 14. Expo SDK 48. Today we’re announcing the release of… | by Brent Vatne | Exposition

1 Like