this post was submitted on 23 Aug 2023
94 points (92.0% liked)

Open Source

29776 readers
232 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jumper775@lemmy.world -1 points 1 year ago (7 children)

Not completely true. The best by far is xcode, but swift is open source so if you develop your own toolkit instead of SwiftUI and replace all other proprietary *Kit then any old computer can do it. You can also use (usually cross platform) frameworks which have already done all of this like react native which makes it really easy to do in other OSes, however you will still only get the best experience using native libraries which can only be built from Xcode on a Mac. Maybe darling will open the doors to running that on Linux one day though!

[–] fmstrat@lemmy.nowsci.com 5 points 1 year ago (4 children)

Are you sure about this? Even if you build in Flutter or RA, you still need a Mac or a cloud service Mac to build for devices.

[–] Jumper775@lemmy.world -3 points 1 year ago (3 children)

I’ve done some limited research, and it should be possible to build from anything if you don’t use any apple specific cpu features or frameworks etc. that being said, that will be a pretty bad experience so I assume these services require a Mac for that reason. I could be wrong about react native though, only found one questionable source that said you could.

[–] pexavc@lemm.ee 1 points 1 year ago

The Vapor project is a good example for what you are alluding to.

Server side swift doesn’t require a Mac, just Unix.

load more comments (2 replies)
load more comments (2 replies)
load more comments (4 replies)