Giter Club home page Giter Club logo

Comments (6)

szdziedzic avatar szdziedzic commented on June 15, 2024

Hi, do you have the correct name, slug, and owner fields value in your app config?

from eas-cli.

SBRKH avatar SBRKH commented on June 15, 2024

Hi, do you have the correct name, slug, and owner fields value in your app config?

Hello, thank you for the reply !
You can see the app.json of the project i'm trying to init :

{
  "expo": {
    "name": "My App",
    "icon": "assets/project_name/apple/icon.png",
    "version": "3.0.3",
    "splash": {
      "image": "assets/project_name/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#FFFFFF"
    },
    "slug": "project_name",
    "extra": {
      "env": "project_name",
      "eas": {
        "projectId": "projectId"
      }
    },
    "ios": {
      "icon": "assets/project_name/apple/icon.png",
      "bundleIdentifier": "fr.my.package",
      "buildNumber": "490030003",
      "supportsTablet": true,
      "infoPlist": {
        "NSCameraUsageDescription": "aa",
        "NSPhotoLibraryUsageDescription": "aa",
        "NSPhotoLibraryAddUsageDescription": "aa"
      }
    },
    "android": {
      "icon": "assets/project_name/android/icon.png",
      "package": "fr.my.package",
      "versionCode": 490030003,
      "permissions": [
        "READ_EXTERNAL_STORAGE",
        "WRITE_EXTERNAL_STORAGE",
        "CAMERA",
        "ACCESS_MEDIA_LOCATION"
      ]
    }
  }
}

Did i miss something ?

from eas-cli.

szdziedzic avatar szdziedzic commented on June 15, 2024

Can you try to add the owner field to your app config? It's the name of the account to which the project is linked on EAS

from eas-cli.

szdziedzic avatar szdziedzic commented on June 15, 2024

https://docs.expo.dev/versions/latest/config/app/#owner

from eas-cli.

SBRKH avatar SBRKH commented on June 15, 2024

@szdziedzic I try to add the owner field to the app.json but the result it's the same => eas init and eas credentials show me the wrong project.

from eas-cli.

SBRKH avatar SBRKH commented on June 15, 2024

I'm still blocked by this issue, can anyone help me ?

from eas-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.