-
-
Notifications
You must be signed in to change notification settings - Fork 197
fix: debugging on iOS Device is very slow #4694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Debugging on iOS Device is very slow with bundle workflow. The problem is in the way ios-device-lib handles the huge messages. Update the library to its latest version where this issue is resolved.
test cli-smoke cli-vue cli-debug |
test cli-smoke cli-vue cli-debug nativescript-dev-webpack#latest tns-core-modules#latest |
1 similar comment
test cli-smoke cli-vue cli-debug nativescript-dev-webpack#latest tns-core-modules#latest |
test cli-vue nativescript-dev-webpack#latest tns-core-modules#latest tns-android#latest tns-ios#latest |
1 similar comment
test cli-vue nativescript-dev-webpack#latest tns-core-modules#latest tns-android#latest tns-ios#latest |
test cli-vue nativescript-dev-webpack#latest tns-core-modules#latest tns-android#latest tns-ios#latest android#latest ios#latest |
test cli-debug cli-smoke nativescript-dev-webpack#latest tns-core-modules#latest tns-android#latest tns-ios#latest android#latest ios#latest |
test cli-device nativescript-dev-webpack#latest tns-core-modules#latest tns-android#latest tns-ios#latest android#latest ios#latest |
Debugging on iOS Device is very slow with bundle workflow. The problem is in the way ios-device-lib handles the huge messages. Update the library to its latest version where this issue is resolved.
PR Checklist
What is the current behavior?
What is the new behavior?
Fixes issue #4226