Skip to content
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

Devtools unstable on iOS #5437

Open
nikoTM opened this issue Nov 6, 2020 · 0 comments
Open

Devtools unstable on iOS #5437

nikoTM opened this issue Nov 6, 2020 · 0 comments

Comments

@nikoTM
Copy link

@nikoTM nikoTM commented Nov 6, 2020

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: 7.0.11 (tried @next as well)
  • Cross-platform modules: 7.0.13
  • iOS Runtime: 7.0.4 (tried 7.0.3 and 7.0.1 as well)
  • XCode Version: 12.1
  • Simulator iOS Version: 14.1

Describe the bug
Chrome DevTools do not show any network connection or elements.
Safari's inspector does not even show console.

To Reproduce

  1. ns create devtools-test --ng --blank
  2. Add a http call to app.component.ts via Angular's HttpClient or NativeScript's Http.
  3. ns debug ios (--inspector if testing inspector)
  4. Open DevTools link provided by cli (or switch to inspector)

Expected behavior

Expect to see http calls on the network tab, layout on elements tab, and console output on console tab.

Additional context
On a real project, application crashes when DevTools are open opened. Once this issue is resolved for the minimal project, I can provide more regarding that information if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.