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

Issue Logging Network Calls in iOS 17.2.1 with DebugSwift 0.2.2 #17

Open
yannisalexiou opened this issue Jan 20, 2024 · 3 comments
Open
Labels
bugfix 🐞 Problems without priority.

Comments

@yannisalexiou
Copy link

Hello there,

I'm encountering issues with logging network calls using DebugSwift in my iOS application. Despite following the setup instructions, I'm unable to see the network logs as expected.

Here's what I've tried so far:

  • Implemented DebugSwift.setup() and DebugSwift.show() in didFinishLaunchingWithOptions.
  • Performed a network call in my app, but DebugSwift didn't display any related logs in Network tab.

My environment:

  • iOS Version: 17.2.1
  • DebugSwift Version: 0.2.2
  • Xcode Version: 15.0 (15A240d)

Are there any specific configurations or steps I might be missing?

Similar to what @Nikoloutsos said in #16, I believe a sample app (demonstrating the logging of network calls) would be incredibly helpful, not only for troubleshooting my current issue but also for others facing similar challenges.

@sidorov-panda
Copy link
Contributor

@yannisalexiou try to call DebugSwift.setup() in didFinishLaunchingWithOptions before any other calls

@MaatheusGois MaatheusGois added bugfix 🐞 Problems without priority. and removed bug labels Jan 31, 2024
@heitara
Copy link
Contributor

heitara commented Apr 4, 2024

@yannisalexiou could you please attach a screenshot? Also take a look at this PR it might be related.

@heitara
Copy link
Contributor

heitara commented May 22, 2024

@MaatheusGois I'm not sure if this is still relevant. I believe we should close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🐞 Problems without priority.
Projects
None yet
Development

No branches or pull requests

4 participants