How to fix normal arm64 objective-c Issue ??

While publishing the app using
eas build -p ios --profile production-ios
I am getting this error in fast lane.
What is this issue and how can I fix this ??

The following build commands failed:
	CompileC /Users/expo/Library/Developer/Xcode/DerivedData/lifesmile-epzjiqmuwpqabggewnatjchafarp/Build/Intermediates.noindex/ArchiveIntermediates/lifesmile/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/UMReactNativeAdapter.build/Objects-normal/arm64/UMReactNativeEventEmitter.o /Users/expo/workingdir/build/node_modules/@unimodules/react-native-adapter/ios/UMReactNativeAdapter/Services/UMReactNativeEventEmitter.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'UMReactNativeAdapter' from project 'Pods')
(1 failure)
Exit status: 65

Hi @lifesmile

Do you have an ios directory in your project?

Does expo-cli doctor print out any warnings?

You might also get more details about the error from the Xcode logs.