Error when trying to publish detached app

Hi all,

I’m trying to publish my detached app. The project successfully builds, however, when I goto view the url that XDE provides me with I receive an “Uncaught Error: undefined is not an object (evaluating ‘u.model’)”. Any suggestions?

Hey @wrightmk! Thanks for using Expo.

Without a code example it would be difficult to help you debug why u is not an object and is undefined instead, my best guess is to work backwards from some of your application logic until you can get your project to a working state.

To help you out further, it would be nice to know which SDK version you are using?

You can follow this issue: https://github.com/expo/expo/issues/310 which may not be related, but people are having similar problems with undefined objects.

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