Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/priore/console2file
- Owner: priore
- License: mit
- Created: 2018-08-25T22:44:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T22:46:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T09:21:34.145Z (2 days ago)
- Topics: console-log, objective-c, swift, xcode
- Language: Swift
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.