StandAlone app release build issue (iOS)

Hey so i got my app detached from expo and started using Expokit.
Everything was working great in debug mode (iOS) then i tried building it on release mode in which i got the app before detaching. Am i missing something obvious here i guess it is pretty weird, as if the project after detach doesn’t exist.

Managed to get a release build. it was related to manifestURL

Release builds will load your published app rather than your local app. Did you publish your changes?

2 Likes

Found the problem ! i had the wrong manifestURL.
Thanks anyways Ben !