iphone - Fetch device logs using command line -


i'm working on project uses xcode developer , command line tools, not use xcode gui. procedures omit gui procedural reasons due contract, can't use it.

we can build command line using xcodebuild, perform intermediate steps codesign , lipo, , install , app or ipa using fruitstrap or ideviceinstaller.

the program creates detailed logs, , logs used attest proper execution. there tools fetch logs device once program completes task? (we've given on apple-only tools, third party tools ok).

jeff


Comments