Search code examples
swiftdebuggingxcode10

I do not know why I have a touch indicator in my app ios


I'm developing an app with Swift in Xcode10 with multiple targets.

When I run my application there is always a blue indicator of all the events that I touch on the screen, so after uploading it to TestFlight it remains there in emulator or devices. I do not know where or how to deactivate it.

image here

Here is the list of all my dependencies, in case someone identifies if any library causes this:

My podfile


Solution

  • It looks like you have a library like ShowTime in your project.

    In ShowTime you can allow it to only show in debug:

    ShowTime.enabled = .debugOnly