I’m having an issue where the iOS logs (from an attached device) no longer display. Not sure whether it was due to a code change, or something in the code that I am missing.
I’m not overriding any print or debug variables (which I saw in an earlier forum post).
I’m using:
-
Corona Version 2017.3068 (2017.3.31)
-
iOS Version 10.3.1 (2 separate devices, and iPhone 6 and 7)
-
XCode 8.3.3
-
macOS Version 10.12.5
I’m also using the plugins:
-
[“plugin.appodeal”]
-
[“CoronaProvider.native.popup.activity”]
-
[“plugin.googleAnalytics”]
-
[“plugin.facebook.v4a”]
-
[“CoronaProvider.gameNetwork.apple”]
-
[“plugin.reviewPopUp”]
This is the only output I ever get from the device. I get full output from the Simulator.
Aug 15 09:40:54.743 ---------- Device Log Starts ----------
Aug 15 09:58:39.817 Exiting…
Aug 15 09:58:39.817 Exiting…
Aug 15 09:58:39.817 ---------- Device Log Finished ----------
Any thoughts or directions in which to point me?