Skip to content

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

License

Notifications You must be signed in to change notification settings

priore/Console2File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.