Getting Started
Device Requirements
Before deploying to a physical device, ensure:- Apple Developer account has the correct provisioning profiles
- Device is registered in your Apple Developer account
- App’s bundle identifier matches your provisioning profile
- Deployment target is compatible with your device’s iOS version
- Device is accessible via Xcode (any iOS version supported)
Supported Devices
FlowDeck can detect and work with:- iPhone devices
- iPad devices
- Apple Watch devices
- Apple TV devices
- Apple Vision Pro devices
Device Selection
Select a connected device as your build destination:- Use the
FlowDeck: Select Destinationcommand - Choose your connected device from the list
- Build and run your app on the selected device
Debugging Method
FlowDeck automatically selects the best debugging method based on your device:- iOS 17+ - Uses modern
devicectlfor faster and more reliable debugging - iOS 16 and below - Falls back to
ios-deployfor compatibility - Auto mode - FlowDeck automatically detects and uses the appropriate method
You can configure the debugging method in settings if needed, but auto mode works best for most users.
