Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Unable to create file *.hot-update.json error is thrown when trying to run application with hmr logic on iOS device #1005

Closed
1 task
Fatme opened this issue Jul 25, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@Fatme
Copy link
Contributor

Fatme commented Jul 25, 2019

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.0.2

  • Cross-platform modules:

  • Android Runtime:

  • iOS Runtime:

  • Plugin(s):

  • Node.js:

  • Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack

Describe the bug
Currently NativeScript CLI is not able to run an application with hmr logic enabled on iOS device when the .ipa file is uploaded through Xcode.

To Reproduce

  1. tns create myApp

  2. tns run ios

  3. Open the .xcworkspace file in <project dir>/platforms/ios with Xcode.

  4. Uninstall the application from the iOS Device

  5. Deploy the application to device from Xcode.

  6. tns create myApp

  7. tns run ios

  8. Get the produced .ipa file from platforms directory and try to upload it to another device through Xcode

  9. A runtime error will be thrown from application

Expected behavior

Sample project

Additional context

@Fatme Fatme added the bug label Jul 25, 2019
@Fatme Fatme changed the title Unable to create file *.hot-update.json error is thrown when trying to run application with hmr logic enabled on iOS device Unable to create file *.hot-update.json error is thrown when trying to run application with hmr logic on iOS device Jul 25, 2019
@rosen-vladimirov rosen-vladimirov self-assigned this Aug 14, 2019
@rosen-vladimirov rosen-vladimirov added this to the 1.1.0 milestone Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants