attempted to initialize an object with an unknown UUID

Please help! I’ve been trying to use EAS to build my project for months. Every time I try, I get the following error for IOS builds:

[!] Unable to find a specification for `UMCore` depended upon by `EXImageManipulator`

16


17

You have either:

18

 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.

19

 * mistyped the name or version.

20

 * not added the source repo that hosts the Podspec to your Podfile.

21[stderr]

[!] `<PBXResourcesBuildPhase UUID=`13B07F8E1A680F5B00A75B9A`>` attempted to initialize an object with an unknown UUID. `C101929EE6BF46E08E33E299` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.

Here’s the link to my build:

Thanks for your help,
David

Hey @debownor66, there errors you are getting provide insight into what you need to fix. Unimodules have been transitioned out for Expo Modules so the fact that you have a reference to UMCore is something you’ll need to address. Also, cocoapods is complaining about out of date specs so you’ll want to follow what the error message is telling you to do.