I am working on a project that uses the Xcode developer tools and command line, but does not use the Xcode GUI. Procedures omit the GUI for procedural reasons because of the contract, so we cannot use it.
We can build from the command line using xcodebuild , perform intermediate steps such as codesign and lipo , and also install both APP or IPA using fruitstrap or ideviceinstaller .
The program creates detailed logs, and the logs are used to confirm the correct execution. Are there any tools for extracting logs from a device once the program has completed its task? (We gave up tools only for Apple, so third-party tools are fine).
Jeff
source share