6 ms·
Doesn't that mean you need to distribute the app (TestFlight) before you can preview your app? How do you test locally without the simulators?
by pupppet 2mo ago
Doesn't that mean you need to distribute the app (TestFlight) before you can preview your app? How do you test locally without the simulators?
- simonw 2mo agoFor a macOS app you don't need a simulator. For an iPhone app I've seen Claude Code launch the simulator without me needing to open Xcode.
- nwienert 2mo agoI built an iOS simulator simulator, though only for RN. Runs in browser but covers 100% of the API of RN, iOS UI, and the top 1k native libraries basically now. Been an ongoing agentic experiment of mine that's about ready to release. Kind of fun, you can develop iOS and Android both without a build step and without a Mac even.
- turtlebits 2mo agoTesting != Distribution. You can run directly on a connected iOS device, without setting up anything related to the app store.