Paperline Doctor
When you launch Paperline, the Doctor runs automatically to verify your setup. You can also trigger it manually by clicking “Check tools” in the welcome screen.System Checks
Paperline Doctor checks three main components:Xcode
Xcode
Required: Xcode 16 or laterXcode is Apple’s development environment. Paperline uses Xcode’s build tools to compile Swift code and run the iOS Simulator.If not installed:
- Click “Open App Store” button in Paperline
- Or search for “Xcode” in Mac App Store
- Download takes approximately 12GB
- Open Xcode once after installation to accept the license
Xcode Tools
Xcode Tools
This includes three components that Paperline will install automatically:
- Homebrew — Package manager for macOS
- Xcode Command Line Tools — Compilers and build utilities
- xcbeautify — Build log formatter for cleaner output
iOS Runtime & Devices
iOS Runtime & Devices
Required: iOS SDK and at least one iPhone simulator
- iOS Runtime — The iOS SDK for building apps
- iPhone Simulator — Virtual iPhone for testing (e.g., iPhone 17 Pro)
- Download the latest iOS runtime via
xcodebuild -downloadPlatform iOS - Create an iPhone 17 Pro simulator automatically
Status Indicators
| Status | Meaning |
|---|---|
| Green | Component is installed and ready |
| Red | Component is missing — click to install |
| Pulsing | Installation in progress |
Troubleshooting
Xcode won't open after installation
Xcode won't open after installation
Open Xcode from Applications folder and accept the license agreement. You may need to enter your Mac password.
iOS Runtime installation takes too long
iOS Runtime installation takes too long
iOS runtime download is several GB. It can take 10-30 minutes depending on your internet connection. Progress is shown
in the Paperline UI.
Simulator not showing devices
Simulator not showing devices
- Open Xcode 2. Go to Window → Devices and Simulators 3. Click + to add a new simulator 4. Click “Check tools” in Paperline to refresh
Homebrew installation fails
Homebrew installation fails
Try installing Homebrew manually:Then click “Check tools” in Paperline.

