Execution failed for task ':app:bundleReleaseJsAndAssets'. in expo, eas build

Hello, i have a problem with EAS Build.

I’m running the command:
“eas build --platform android”

mac-os
EXPO SDK: 48
EAS-CLI: 5.4.0
EXPO-CLI:6.3.10
Workflow: Managed

additionally,
See logs for the “Run gradlew”:

[stderr]

error Unable to resolve module /Users/iseungjun/Desktop/개발/gym/src/images/alarm-clock.png from /home/expo/workingdir/build/src/screens/MyReservationScreen.tsx: 

572

[stderr]

None of these files exist:

573

[stderr]

  * alarm-clock.png

574

[stderr]

  * ../../../../Users/iseungjun/Desktop/개발/gym/src/images/alarm-clock.png/index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)

575

[stderr]

  225 |     <View style={{flex:1.5,backgroundColor:'white',borderTopRightRadius:15,borderBottomRightRadius:15,alignItems:'center'}}>

576

[stderr]

  226 |       <Image 

577

[stderr]

> 227 |       source={require('/Users/iseungjun/Desktop/개발/gym/src/images/alarm-clock.png')}

578

[stderr]

      |                        ^

579

[stderr]

  228 |       style={{width:'40%',height:'20%',top:'10%'}}

580

[stderr]

  229 |       />

581

[stderr]

  230 |

Is this error related to the above error?

you should use a relative path in your require - /Users/iseungjun/Desktop/개발/ refers to your own computer, and EAS Build runs on a completely separate device. Build a screen - Expo Documentation