You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
throw new Error(`Failed to save icon file to disk. (${e})`);
^
Error: Failed to save icon file to disk. (TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received undefined)
at _resizeIconsAsync (/@expo/xdl@59.1.7/src/detach/AndroidIcons.ts:62:11)
at creat
```
##### Command executed
I found the problem!
it's not related to turtle or expo but to the web server (in my case..).
The error was "cannot save icons.." but I also got a 404.
the files in out assets directory don't have the extension so IIS (we use a windows server) wasn't able to serve correctly the file.
adding a jolly handler in the mime type manager solved the problem.
now I have another problem about JDK..
OMG
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New Issue Checklist
yarn global add turtle-cli
ornpm install --global turtle-cli
).Issue Description
when execute
i receive such error:
EXPO_ANDROID_KEYSTORE_PASSWORD=...
EXPO_ANDROID_KEY_PASSWORD=....
turtle build:android
--type apk
--keystore-path ./keystore.jks
--keystore-alias "keyalias"
--allow-non-https-public-url
--public-url http://127.0.0.1:8000/android-index.json
The text was updated successfully, but these errors were encountered: