exp detach ios and run in xcode just white loading screen

I had successfully detach the expo project, and run successfully on the local server in xcode , but when I changed the mainfestUrl to exp://exp.hos/@…, the app juest had a blank screen. How should this problem be solved?

Hey @qyw,

Have you published your JS bundle yet? If you haven’t, there won’t be anything to fetch from the manifestUrl. https://docs.expo.io/versions/v29.0.0/workflow/publishing

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.