'ExpoModulesCore/ExpoModulesCore.h' file not found

See original GitHub issue

Summary

When I run eas build --platform ios for both the bare and managed workflow, I get the error “Fastlane build failed with unknown error”.

Managed or bare workflow? If you have made manual changes inside of the ios/ or android/ directories in your project, the answer is bare!

managed

What platform(s) does this occur on?

iOS

Package versions

@expo/vector-icons”: “^12.0.0”, “@react-navigation/bottom-tabs”: “^6.0.5”, “@react-navigation/native”: “^6.0.2”, “@react-navigation/native-stack”: “^6.1.0”, “axios”: “^0.25.0”, “expo”: “~44.0.0”, “expo-asset”: “~8.4.4”, “expo-constants”: “~13.0.0”, “expo-dev-client”: “~0.8.3”, “expo-font”: “~10.0.4”, “expo-linking”: “~3.0.0”, “expo-splash-screen”: “~0.14.0”, “expo-status-bar”: “~1.2.0”, “expo-web-browser”: “~10.1.0”, “radnik”: “^0.2.0”, “react”: “17.0.1”, “react-dom”: “17.0.1”, “react-native”: “0.64.3”, “react-native-autogrow-textinput”: “^5.4.0”, “react-native-feather”: “^1.1.2”, “react-native-gesture-handler”: “^2.2.0”, “react-native-keyboard-aware-scroll-view”: “^0.9.5”, “react-native-reanimated”: “^2.3.1”, “react-native-safe-area-context”: “3.3.2”, “react-native-screens”: “~3.10.1”, “react-native-web”: “0.17.1”, “rn-keyboard-sticky-view”: “^1.0.4”

Environment

Expo CLI 5.0.3 environment info: System: OS: macOS 12.2 Shell: 5.8 - /bin/zsh Binaries: Node: 17.4.0 - /opt/homebrew/bin/node Yarn: 1.22.11 - /usr/local/bin/yarn npm: 8.3.1 - /opt/homebrew/bin/npm Watchman: 2021.08.30.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.2 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0 IDEs: Xcode: 13.1/13A1030d - /usr/bin/xcodebuild npmPackages: expo: ~44.0.0 => 44.0.6 react: 17.0.1 => 17.0.1 react-dom: 17.0.1 => 17.0.1 react-native: 0.64.3 => 0.64.3 react-native-web: 0.17.1 => 0.17.1 npmGlobalPackages: eas-cli: 0.46.0 expo-cli: 5.0.3 Expo Workflow: bare

Reproducible demo

CleanShot 2022-02-02 at 17 43 59@2x

Stacktrace (if a crash is involved)

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
nilorivercommented, Apr 26, 2022

This bug is very real.

I’m struggling right now with this. If I found a solution I’ll come back here.

1reaction
onedanshowcommented, Jun 15, 2022

@brentvatne You are correct. I had an old @types/expo down the dev dependencies I hadn’t noticed that was outdated and causing issue. I had inherited this app and didn’t notice that!

Read more comments on GitHub >

github_iconTop Results From Across the Web

'EXUpdates/EXUpdatesAppController.h' file not found
I am able to run my project after doing below changes in podfile:(Added use_unimodules!) require_relative '.
Read more >
React Native SDK Troubleshooting - Visual Studio App Center
'React/RCTDefines.h' file not found. This error appears when RN core libraries aren't referenced correctly, which can be caused by different ...
Read more >
expo-modules-core - npm Package Health Analysis - Snyk
The npm package expo-modules-core was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as...
Read more >
Add expo-updates to an existing project - Expo Documentation
Apply the following configurations to your AndroidManifest.xml file: ... #import <UIKit/UIKit.h> #import <ExpoModulesCore/EXAppDelegateWrapper.h> ...
Read more >
a problem occurred configuring project ':expo-modules-core'.
React Native Error: Project with path ':expo-modules-core' could not be found in ... file not found 3 | #import <React/RCTBridgeDelegate.h> 4 | #import ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found