0

I have a swift program that perform some task based on core location and etc. For most part everything works well except when I am at this particular location.
In my program I have print statements for debugging purpose and I can see what’s going on in xcode when the program running on my phone. So my question is how can I capture the print statement in some kind of log to view while I am not connected to xcode so I can see what is going on when I am at this particular location?

borna
  • 906
  • 3
  • 12
  • 32
  • I think the iOS simulator has a simulate location feature: http://stackoverflow.com/questions/214416/set-the-location-in-iphone-simulator not sure if that helps you ? – Zhang May 12 '16 at 14:00
  • Hi, is not the simulator issue. I need to know what my application is capturing while the phone physically is at different locations – borna May 12 '16 at 14:06

1 Answers1

0

There are several logging tools for iOs. I am using JEToolkit. Best feature is realtime logging in HUD so you can see all necessary information for you.

enter image description here

Martin Makarsky
  • 2,580
  • 1
  • 17
  • 28