Error: eas.json could not be found

Hello
This is my first project in expo.
when run the eas submit for ios platform, i got an error that eas.jason is not found in my root folder. can i see a sample of this file or a guild to know how to setup mine.
Thanks

Hi @quickridetaxi

See the documentation here:

See also:

Thank you for the link.

{
  "cli": {
    "version": ">= 0.34.0"
  },
  "submit": {
    "production": {
      "android": {
        "serviceAccountKeyPath": "../path/to/api-xxx-yyy-zzz.json",
        "track": "internal"
      },
      "ios": {
        "appleId": "john@turtle.com",
        "ascAppId": "1234567890",
        "appleTeamId": "AB12XYZ34S"
      }
    }
  }
}

In the above code, what is ascAppld where do i find it?
Thanks

i have added the eas.json file. when i run submit, i got the following error

Failed to resolve bundleIdentifier in the Xcode project: Specify “ios.bundleIdentifier” in app.config.js/app.json and run this command again…

you probably didn’t put it in the correct directory. it should be in the root of your project, not in the ios directory

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