EAS build failing ios / android

Hello,

I encounter an issue with eas build for ios / android for the stores, with the command "eas build".

I works great "eas build --profile development".
It also works with expo:build platform.

I’m working with a custom client and expo prebuild in an expo managed project.

Expo SDK: 45
expo cli : 5.4.12
EAS : eas-cli/0.54.1 darwin-arm64 node-v16.16.0

I have no error with expo doctor and have the following message : :tada: Didn’t find any issues with the project!

**I have the following error from the log: **

The following build commands failed:
▸ 	PhaseScriptExecution [CP-User]\ Generate\ app.manifest\ for\ expo-updates /Users/expo/Library/Developer/Xcode/DerivedData/OneTribe-bzshefiyfntadfhgsxevoneccflk/Build/Intermediates.noindex/ArchiveIntermediates/OneTribe/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/EXUpdates.build/Script-46EB2E0002FB60.sh (in target 'EXUpdates' from project 'Pods')
▸ (1 failure)
2022-07-08 03:11:37.418 xcodebuild[4743:15579] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-07-08 03:11:37.418 xcodebuild[4743:15579] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-07-08 03:11:37.477 xcodebuild[4743:15579] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}
2022-07-08 03:11:37.477 xcodebuild[4743:15579] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts
2022-07-08 03:11:37.477 xcodebuild[4743:15579] XType: unable to make a connection to the font daemon!
2022-07-08 03:11:37.477 xcodebuild[4743:15579] XType: XTFontStaticRegistry is enabled as fontd is not available.
** ARCHIVE FAILED **
The following build commands failed:
	PhaseScriptExecution [CP-User]\ Generate\ app.manifest\ for\ expo-updates /Users/expo/Library/Developer/Xcode/DerivedData/OneTribe-bzshefiyfntadfhgsxevoneccflk/Build/Intermediates.noindex/ArchiveIntermediates/OneTribe/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/EXUpdates.build/Script-46EB2E0002FB60.sh (in target 'EXUpdates' from project 'Pods')
(1 failure)
Exit status: 65

It seems related to expo updates but can’t find anything.
My version of expo-updates is : “~0.13.3”

Thank you