start-logs-device

Launch VivaDicta on a physical iOS device with print logging enabled.

103|6|Updated Aug 2, 2025
One-click install
npx skills add https://github.com/n0an/VivaDicta --skill start-logs-device
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-logs-device
Source: https://github.com/n0an/VivaDicta/tree/main/.claude/skills/start-logs-device
Command: npx skills add https://github.com/n0an/VivaDicta --skill start-logs-device

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers run VivaDicta on a physical iOS device with print logging enabled to capture real-time console output.

Core Features & Use Cases

  • Launches VivaDicta on a connected iOS device to enable live debugging and console observation.
  • Enables print logs by setting ENABLE_PRINT_LOGS=1 so stdout/stderr are visible in the console and device logs.
  • Saves logs to logs/device-YYYYMMDD-HHMMSS.log for later review and traceability.

Quick Start

Run the start-logs-device skill to launch VivaDicta on the connected iOS device with real-time logs enabled.

Frequently Asked Questions about start-logs-device

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture real-time console logs from an iOS app on a physical device?

Capture real-time iOS device logs by launching the app with print logging enabled, which routes stdout and stderr to the console for live monitoring during testing.

How do I enable print logs for VivaDicta during device testing?

Enable print logs for VivaDicta by setting ENABLE_PRINT_LOGS=1 before launch, making stdout and stderr visible in real-time console output on the connected iOS device.

Can I save iOS device console output to a file for later debugging?

Save iOS device console output to a dedicated file named logs/device-YYYYMMDD-HHMMSS.log, preserving verbose logs with timestamps for later review and traceability.

Do I need a physical iOS device to monitor real-time app logs, or can I use a simulator?

Monitoring real-time app logs with this method requires a physical iOS device, as the launch script specifically targets connected hardware to capture console output and terminate existing instances.

Does the logging script terminate existing app instances before launching?

The logging script terminates existing instances of the app on the connected iOS device before executing the launch sequence, ensuring a clean environment for capturing accurate console logs.