You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 5.4.0
Cross-platform modules: 5.4.2
iOS Runtime: 5.4.0
Describe the bug
After I prepare the project using tns build ios and opening Xcode to run the application to a device I get the following error:
The main part of this issue is fixed and released with CLI 6.0.1 - #4846. Currently NativeScript CLI executes prepare, build and deploy commands without any hmr specific logic. However, the case when tns run ios command is executed and after that the .ipa is uploaded through Xcode on another device, is still not resoled. As this problem is in nativescript-dev-webpack repo, I'm closing this issue and opening an another there - NativeScript/nativescript-dev-webpack#1005
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
After I prepare the project using
tns build ios
and opening Xcode to run the application to a device I get the following error:To Reproduce
tns build ios
Expected behavior
Adfter
tns build
ios I should be able to run the app via XcodeSample project
Additional context
The text was updated successfully, but these errors were encountered: