Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/priore/console2file

Console2File to log even when a device is not connected to Xcode.
https://github.com/priore/console2file

console-log objective-c swift xcode

Last synced: 1 day ago
JSON representation

Console2File to log even when a device is not connected to Xcode.

Awesome Lists containing this project

README

        

# Console2File
Console2File to log even when a device is not connected to Xcode.

it's very simple; call `Console2File.start()` in the __AppDelegate__ as the first command of everything.

Then you can download the console output by connecting the device to the Xcode go to the __Organizer__, select __Devices__, select your device, select your app, select __Dowload container__ after you can able to display the content of file, __with right mouse key__, and you navigate to __Document folder__ for get the log file.

that's all.