iOS Release Mode
Dellybro opened this issue · 1 comments
Dellybro commented
In Release mode i seem to have an issue running new threads. When running in release on XCode i get the following error:
Make sure you're running a packager server or have included a .jsbundle file in your application bundle.', reason: 'No bundle URL present.
I have no issues when running in debug, with debug mode off, using reactotron. But as soon as i set to release mode i seem to have this issue.
Can anybody point me in the right direction?
Dellybro commented
I found the issue, in the readme section of this repository, it talks about releasing. You need to run some commands and follow along with the documentation before releasing.