
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
작성한 코드 및 에러 메세지
안드로이드는 폴더가 생겼는데 ios가 생기지 않아서 찾아보니까 이 명령어 실행해봐도 에러가 나옵니당..//
C:\Users\cmg55\OneDrive\바탕 화면\sparta study\sparta-myhoneytip-kim>expo prebuild -p ios
WARNING: expo-cli has not yet been tested against Node.js v18.12.1.
If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues
expo-cli supports following Node.js versions:
* >=12.13.0 <15.0.0 (Maintenance LTS)
* >=16.0.0 <17.0.0 (Active LTS)
This command is being executed with the global Expo CLI. Learn more: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421
To use the local CLI instead (recommended in SDK 46 and higher), run:
› npx expo prebuild
Ejecting is unsupported locally on windows, use eas build instead
⚠️ Skipping generating the iOS native project files. Run expo eject again from macOS or LLinux to generate the iOS project.
At least one platform must be enabled when syncing
---------------------------------------------
eas build -p android --profile development 이 명령어 실행해도 에러가 나옵니다
Waiting for build to complete. You can press Ctrl+C to exit.
✖ Build failed
🤖 Android build failed:
Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.
