Giter Club home page Giter Club logo

Comments (8)

kaushik1094 avatar kaushik1094 commented on June 3, 2024 10

Fixed it, make sure to run npx expo-doctor and make sure to install comptaible version of expo-modules-autolinking i.e ~1.5.0 is installed on your project.
@abranhe please confirm it works for your team as well and I will close the issue.

from eas-cli.

kaushik1094 avatar kaushik1094 commented on June 3, 2024 1

@evandrorocha It's probably because build job is unable to find module "generate-modules-provider".

@yokozawa0701 I am not ready to upgrade to expo 50 yet.

from eas-cli.

kaushik1094 avatar kaushik1094 commented on June 3, 2024 1

@abranhe not yet, My app is stuck at splashscreen with successful build using yarn. So it might be happening with yarn too

from eas-cli.

kaushik1094 avatar kaushik1094 commented on June 3, 2024

Just an update, I got my build to work using yarn, but I had to switch from npm to yarn and making sure I didn't have any package-lock.json file while building but this is still happening if we are using npm

Build works fine if you are using yarn

from eas-cli.

evandrorocha avatar evandrorocha commented on June 3, 2024

Same issue here. In my case, the build error "unknown command generate-modules-provider" started to happen in ios builds on january 25th. Even if use yarn to build dependencies , the error occurs. Before january 25th , I had successful builds on ios with the same dependencies (package.json) .
What could it trigger the the build error "unknown command generate-modules-provider" in iOS build?

My project dependencies are:

"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-picker/picker": "2.4.10",
"@sentry/react-native": "5.10.0",
"@types/d3-shape": "^1.3.2",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/react-native-svg-charts": "^5.0.6",
"axios": "^0.19.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.0.6",
"expo": "^49.0.0",
"expo-analytics": "^1.0.16",
"expo-app-loading": "~2.0.0",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.1",
"expo-barcode-scanner": "~12.5.3",
"expo-brightness": "~11.4.1",
"expo-calendar": "~11.3.2",
"expo-camera": "~13.4.4",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-device": "~5.4.0",
"expo-document-picker": "~11.5.4",
"expo-file-system": "~15.4.5",
"expo-font": "~11.4.0",
"expo-image-picker": "~14.3.2",
"expo-intent-launcher": "~10.7.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-local-authentication": "~13.4.1",
"expo-location": "~16.1.0",
"expo-media-library": "~15.4.1",
"expo-permissions": "~14.2.1",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-store-review": "~6.4.0",
"expo-updates": "~0.18.17",
"expo-web-browser": "~12.3.2",
"formik": "^2.1.4",
"geolib": "^3.2.1",
"libphonenumber-js": "^1.7.18",
"linear-gradient": "^1.0.6",
"lodash": "^4.17.20",
"lottie-react-native": "5.1.6",
"md5": "^2.2.1",
"memoize-one": "^5.1.1",
"moment": "^2.24.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-action-button": "^2.8.5",
"react-native-calendars": "^1.141.0",
"react-native-collapsible": "^1.5.3",
"react-native-css-gradient": "^0.3.1",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "1.2.7",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-flash-message": "^0.1.13",
"react-native-floating-action": "^1.18.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-view": "^2.1.11",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-maps": "1.7.1",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-masked-text": "^1.12.3",
"react-native-material-ripple": "^0.8.0",
"react-native-modal": "^11.5.3",
"react-native-modal-datetime-picker": "^15.0.0",
"react-native-picker-select": "^8.0.4",
"react-native-progress": "3",
"react-native-progress-wheel": "^1.0.4",
"react-native-qrcode-svg": "^6.0.3",
"react-native-reanimated": "~3.3.0",
"react-native-render-html": "^4.2.4",
"react-native-router-flux": "4.3.2",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-snap-carousel": "4.0.0-beta.4",
"react-native-svg": "13.9.0",
"react-native-svg-charts": "^5.3.0",
"react-native-swipe-list-view": "^3.2.6",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^6.4.2",
"react-native-webview": "13.2.2",
"react-redux": "~7.2.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.3.7",
"redux-form-input-masks": "^2.0.1",
"redux-thunk": "^2.3.0",
"remove-accents": "^0.4.2",
"sentry-expo": "~7.1.0",
"ts-optchain": "^0.1.8",
"yup": "^0.32.8"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/expo": "^33.0.1",
"@types/jest": "^26.0.16",
"@types/react": "~18.2.14",
"@types/react-native-calendars": "^1.20.6",
"@types/react-native-collapsible": "^0.11.0",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.11",
"@types/react-test-renderer": "^16.9.1",
"@types/redux-form": "^8.1.7",
"babel-preset-expo": "^9.3.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest-expo": "~49.0.0",
"prettier": "^3.1.1",
"react-test-renderer": "16.8.6",
"reactotron-react-native": "3.7.1",
"reactotron-redux": "3.1.3",
"ts-jest": "^26.4.4",
"typescript": "^5.1.3"
}

from eas-cli.

yokozawa0701 avatar yokozawa0701 commented on June 3, 2024

I've solved it by updating expo to "50.0.4" .

from eas-cli.

evandrorocha avatar evandrorocha commented on June 3, 2024

I've solved it downgrading the dev dependency "@types/expo": "^33.0.1" to "@types/expo": "^32.0.13". I dont know why, but it worked.

from eas-cli.

abranhe avatar abranhe commented on June 3, 2024

My team has the same issue, any explanation about the cause?

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.