[iOS Build] Failing with workspace error
See original GitHub issueBuild/Submit details page URL
Summary
I’m trying to build the iOS app via EAS CLI, but I’m no getting the following errors. I did not change anything or upgrade any dependencies and I’m using the latest SKD (v44)
I also tried to start the build with --clear-cache and also disabled caching but this did not help. Same error if I try to build it locally.
Managed or bare?
Managed
Environment
EAS CLI 0.42.4 environment info: System: OS: macOS 12.0.1 Shell: 5.8 - /bin/zsh Binaries: Node: 14.17.5 - /usr/local/opt/nvm/versions/node/v14.17.5/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 8.3.0 - /usr/local/opt/nvm/versions/node/v14.17.5/bin/npm Utilities: Git: 2.32.0 - /usr/bin/git npmPackages: expo: ~44.0.0 => 44.0.0 expo-cli: ^5.0.3 => 5.0.4 expo-dev-client: ~0.7.2 => 0.7.2 expo-updates: ~0.11.3 => 0.11.3 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.42.4 expo-cli: 5.0.3 Project workflow: managed
Error output
[!] Please close any current Xcode sessions and use dec112reactnative.xcworkspace for this project from now on. 102 [!] An error occurred while processing the post-integrate hook of the Podfile. 103 104 undefined method expo_patch_react_imports!' for #<Pod::Podfile:0x00007feae2c934a0>
Reproducible demo or steps to reproduce from a blank project
No idea on how to give you a reproducible example!?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7
I fixed this for my project with
npm i expo@44.0.1
Was running into the same issue, with the only changes to
package.json
since the last successful build (3 days ago) being a patch bump toexpo-splash-screen@~0.14.1
and addingexpo-application@~4.0.1
. After checking out a previous commit, I was able to build successfully. I also tried to upgradeexpo@44.0.1
and can confirm that this works.