728x90
반응형
eas build 하는 과정에서 EPERM: operation not permitted, scandir '/.Trash
muhammedsowan@Muhammeds-Mac-mini coach-admin-app % EAS build
✔ Select platform › Android
✔ Using remote Android credentials (Expo server)
✔ Using Keystore from configuration: Build Credentials WVpHwlx0HX (default)
Compressing project files and uploading to EAS Build. Learn more
EPERM: operation not permitted, scandir '/Users/muhammedsowan/.Trash'
Error: build command failed.
해결방법
git init
git add .
git commit -m "Initial commit"
반응형
'nextjs,tailwindcss,vercel' 카테고리의 다른 글
EAS (Expo Application Services) build에서 Play Console로 직접 배포 (1) | 2024.11.16 |
---|---|
expo router 프로젝트에 google admob 광고 연동하는 법 총정리 (2) | 2024.11.15 |
eas build 명령어 정리 (개발용 프로덕션용) (0) | 2024.11.15 |
expo router assets 이미지가 뜻 하는 것 (종류, 크기) (0) | 2024.11.11 |
android Keystore 란? expo 빌드시 (0) | 2024.11.10 |