15 lines
544 B
Markdown
15 lines
544 B
Markdown
---
|
|
description: Build jellypig tvOS and launch in Apple TV simulator
|
|
---
|
|
|
|
Build the latest version of jellypig tvOS in Debug configuration, install it on the Apple TV simulator, and launch it.
|
|
|
|
Steps:
|
|
1. Boot the Apple TV simulator (16A71179-729D-4F1B-8698-8371F137025B)
|
|
2. Open Simulator.app
|
|
3. Build the project for tvOS Simulator
|
|
4. Install the built app on the simulator
|
|
5. Launch the app with bundle identifier org.ashik.jellypig
|
|
|
|
Use xcodebuild to build, xcrun simctl to manage the simulator, and report success when the app is running.
|