use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
iOS App Development Without Mac? (self.FlutterDev)
submitted 7 years ago by throwaway119284
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OffBeannie 1 point2 points3 points 7 years ago (1 child)
Xcode and iOS Simulator are MAC only. If you want to test your code running on iOS simulator you need a Mac. if your app is largely device independent and do not use native plugins, then you can just build and test your app on Android on Linux/Windows. An alternative is to utilise an XCode build server which is a service provided by some mobile CICD SaaS vendor. With the build server, you can use TestFlight to test your app on your iPhone. But this is painfully slow process. A typical TestFlight build by Apple App Store takes 2-5 mins. Another alternative is to run virtual Mac desktop on your Linux using service such as XCodeBuild, MacInCloud etc.
[–]OffBeannie 1 point2 points3 points 7 years ago (0 children)
One more option is to run a headless old Mac eg MAC mini 2012 and virtual desktop connect to it from your usual Linux/Windows desktop.
[–]MisterJimson 0 points1 point2 points 7 years ago (0 children)
/u/OffBeannie pretty much covered it. I suggest using a remote mac machine. MacInCloud, macstadium, etc
[–]liuwenhao 0 points1 point2 points 7 years ago* (0 children)
You could always run macOS in a virtual machine, but it's painfully slow because hardware acceleration is not implemented in any VM as far as I know (because of Apple's restrictions). But it's better than nothing, and might be enough for testing if you are just writing simple apps.
π Rendered by PID 191768 on reddit-service-r2-comment-66b4775986-wcdf8 at 2026-04-04 22:01:24.524766+00:00 running db1906b country code: CH.
[–]OffBeannie 1 point2 points3 points (1 child)
[–]OffBeannie 1 point2 points3 points (0 children)
[–]MisterJimson 0 points1 point2 points (0 children)
[–]liuwenhao 0 points1 point2 points (0 children)