-3

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

Kenny Horna
  • 13,485
  • 4
  • 44
  • 71

1 Answers1

0

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
Casper Zandbergen
  • 3,419
  • 2
  • 25
  • 49