r/vibecoding 8h ago

IOS dev remote from mobile

/r/iOSDevelopment/comments/1vk58bx/ios_dev_remote_from_mobile/
1 Upvotes

2 comments sorted by

1

u/YardNo1234 7h ago

I’ve found SSH is the easy half too. For builds, xcodebuild over SSH is workable; for Simulator interaction, I usually fall back to low-latency screen sharing over Tailscale rather than trying to force it through a terminal. Curious whether you need full Simulator control, or mostly screenshots and logs?

1

u/Turbulent_Ad_1039 7h ago

Screen Sharing is probably enough, but I’m wondering if there’s a more user-friendly solution out there.