I have a native module that I wrote in objective C, as a library for my react naive ios app, that exposes two functions.
However, while debugging, I can't see the NSLogs in the xcode console nor in the console from the simulator.
Even when I give NSLog inside the appDelegate.m file, I don't see them in the console when the app is running.
I tried using printf as well but it does not work.