"Error: Cannot copy a socket file" when using eas build to publish react native for App Store

Managed workflow
eas-cli version: latest
I try to publish my app to App Store by using eas cli: eas build --platform ios . After I login using my Apple account, it run about 2 minute and show “Error: Cannot copy a socket file: ~/Library/Developer/Xcode/GPUToolsAgent.sock”.
My app use expo-ads-admob and react-native-webview.
It run fine in Expo Go app.