When I try to publish my Expo apps, it seems to have problems with apps that have un-optimized assets. I try to run expo optimize
on these but sometimes I can't get this to work so I try publishing anyway, from the browser console, and it never finishes. I tried this earlier today and it got through Optimizing assets...
in the publish process, and then go stuck on Building Javascript Bundle
. Right now I'm trying again and it appears to be stuck on Optimizing /Users/TuzMacbookPro2017/Development/QMG-local/APPS/ELECTRO/assets/electro-icon-1024.png
.
Even with this un-optimized asset I can get through expo build:ios
without any apparent problems.
Any solutions?