In my app, all logs of the Swift code (print) is printing properly, but in the Objective c log (NSLog) not printing. NB: I've tried this one iOS 10 doesn't print NSLogs
Asked
Active
Viewed 668 times
0
-
Have you checked with Breakpoints? – Keyur Tailor Jun 27 '18 at 08:23
-
do you have any third party libraries in your project ? – Nirav Kotecha Jun 27 '18 at 08:23
-
Did you try this ? : https://stackoverflow.com/questions/47004127/xcode-9-where-are-my-nslogs-going-not-showing-in-xcode-console-or-console-ap?noredirect=1&lq=1 – Quentin Rth Jun 27 '18 at 08:30
-
KeyurTailor , yes I've checked it, the line executes but prints nothing. NiravKotecha , Yes my project has some third party libraries like AFNetworking ,PhotoTweaks,LUAutocompleteView and so on. QuentinRth , I did that, but it didn't work. – TKumar Jul 01 '18 at 07:50