Expo Test Flight error

Hi,
When I build ipa and upload in test flight I get error as “Module AppRegistry is not a registered callable module”. I have tried running the application in production mode. I didn’t get any error. Even in ejected expo app, I get no error. I am using Expo v32.

Hey @rakeshuce1990,

When that error pops up it signifies that an error occurs before the JS bundle could be executed. You could either try running expo start --no-dev --minify and see if that highlights the issue but usually you’ll want to try to look into device logs with Xcode which you could do with your ejected project/branch you mentioned.

Cheers,
Adam

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