Exp build:ios giving same (old) download bundle every time

I am having an issue where exp build:ios is giving me an old download bundle after a new build (android builds the new code though).

eg :

20f67ff8-8909-47c4-80e9-0746782e7db7
14a24429-7a17-4c41-933f-78aab1266b0f

These builds when downloaded had old JS that wasn’t in the codebase when running exp build:ios.

The android bundle created using the same method on the same code gets the latest code every time.

1 Like

Hi, it looks like you have published for SDK 20 today, and you also published for SDK 21 on September 27. A binary for your app will fetch the latest published SDK version, so it’s fetching your SDK 21 build from a few days ago.

Aha interesting. We downgraded due to the icon issue. I’ll revert and see if that fixes - thanks

Actually, its a problem with firebase image upload in 21. How do we go about properly reverting to SDK 20 ?