Read logs XCode when developing a iOS ANE
Hi,
I'm developing an iOS library with XCode 6.2 and Intellij for Air Code.
I can debug easily with Intellij, but I'd like to read iOS logs written with NSLog. Stop on breakpoints would be even better.
Right now I'm connecting XCode with Debug -> Attach To Proccess, and seems to work, but it does not stop on breakpoints nor reads logs.
In Android was easy, Catlog app worked just fine. iOS does not seem to have something similar.
Any ideas?
thanks!

