작성
·
53
·
수정됨
0
eas configure 성공하려면
app.config.js 가 아니라 app.json으로 있어야하나요 ?
답변 3
0
app.config.js 로는 뭔가 자동 업데이트가 안되어서
app.json 으로 해서 성공은 했습니다.
다만, 이렇다면 app.json을 꼭 쓰는 방향으로 가야하지 않나요 ?
✘ chaejinjeong😝 ~/Desktop/lukas/Study/reactnative/zerocho/threads ↱ main ± eas update --channel development --message "fix: apiUrl"
It looks like you are using a dynamic configuration! Learn more
Add the following EAS Update key-values to the project app.config.js:
Learn more
{
"updates": {
"url": "https://u.expo.dev/7f13ee6a-b7a9-442a-aa83-93474ef85488"
},
"runtimeVersion": "<remove this key>",
"android": {
"runtimeVersion": "1.0.0"
},
"ios": {
"runtimeVersion": {
"policy": "appVersion"
}
}
}
Cannot automatically write to dynamic config at: app.config.js
Error: update command failed.
동적으로 값을 못바꿔서 Error가 나긴합니다.
0
0
아뇨 원래라면 둘 다 되어야 정상입니다. 지금 엑스포 서버나 터미널에서 파일을 인식하지 못하는 것일수도 있어요