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):
ng new --collection=@nativescript/schematics my-shared-app --shared
I tried with ns as well
When I do run on emulator like this:
tns run ios --bundle --env.environment="prod" --env.uglify --env.aot --clean it works
So I guess it is some bug with this part: --release --for-device
Expected behavior
Sample project
App should work as it working on emulator
The text was updated successfully, but these errors were encountered:
vforv
changed the title
NS7 and Angular 10 not working after compilation on device
NS7 and Angular 10 not working after compiling for device
Sep 23, 2020
vforv
changed the title
NS7 and Angular 10 not working after compiling for device
NS7 and Angular 10 not working after compiling for device[iOS]
Sep 23, 2020
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
When I build on emulator, and device it works. When I build for device and open on device it open and close fast
To Reproduce
This commad is used to create build:
tns build ios --bundle --env.environment="prod" --env.uglify --env.aot --clean --release --for-device --provision YOUR PROVISIONING PROFILE
I tried this with brend new app same thing, video: https://streamable.com/u4dym2
New project generated with:
ng new --collection=@nativescript/schematics my-shared-app --shared
I tried with ns as well
When I do run on emulator like this:
tns run ios --bundle --env.environment="prod" --env.uglify --env.aot --clean
it worksSo I guess it is some bug with this part:
--release --for-device
Expected behavior
Sample project
App should work as it working on emulator
The text was updated successfully, but these errors were encountered: