Skip to main content

One post tagged with "xcode"

View All Tags

Physical device testing without TestFlight

· 5 min read
Appifex Team
Building the future of app development

Plug in an iPhone. Run one command. The app is running on the device.

xcrun devicectl device install app --device 00008110-XXXX MyApp.app
xcrun devicectl device process launch --device 00008110-XXXX com.example.MyApp

That's the native Swift feedback loop for physical device testing. No TestFlight. No App Store Connect. No waiting for processing. The app goes from Xcode build output to running on hardware in seconds.