Issue migrating to EAS build

Hi,

I’m trying to migrate my project from expo build to eas build but keeps getting build errors.

I don’t find much information about the errors I’m getting and I’ve read the Migrating from "expo build" - Expo Documentation document.

The latest error I’m facing happens during the Install pods build step:

Installing pods
Using Expo modules
Auto-linking React Native modules for target `NextcloudDeck`: RNCAsyncStorage, RNDateTimePicker, RNGestureHandler, RNReanimated, RNScreens, RNVectorIcons, react-native-pager-view, react-native-safe-area-context, and react-native-webview
Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org/`

CocoaPods 1.11.3 is available.
To update use: `sudo gem install cocoapods`

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.11.3

[!] Unable to find a specification for `EXUpdatesInterface` depended upon by `EXUpdates`

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
[stderr] [!] `<PBXResourcesBuildPhase UUID=`13B07F8E1A680F5B00A75B9A`>` attempted to initialize an object with an unknown UUID. `92F060BB08D54E96A0C61C1A` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.
pod exited with non-zero code: 1

It’s a managed workflow and I’m using eas-cli/0.52.0 win32-x64 node-v16.13.0 and version 44 of the SDK.

Can someone help me figuring out what’s wrong?

Best regards,

Cyrille

check expo doctor phase in logs, you have a wrong version of expo-updates package

1 Like

Thanks!

This was the forelast issue I had (and I could fix the last one)