this post was submitted on 01 Dec 2023
1660 points (95.5% liked)

linuxmemes

20483 readers
1093 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Stolen from Deltachat

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (1 children)
[–] [email protected] 0 points 8 months ago (1 children)

Tell me how to make iOS apps on Linux

[–] [email protected] 2 points 8 months ago (1 children)

Nowadays you can use Expo, if you want to use React Native. They take care of everything, so a Mac isn't needed anymore

[–] [email protected] 3 points 8 months ago (1 children)

If your app needs a lot of native modules Expo simply doesn't cut it. Developing iOS apps without running an iOS simulator is a lot of pain. In my early days of development my team actually tried this. There are too many quirks for each major mobile OS (Android & iOS) that makes it a lot of pain during testing if you don't at least try to run it on the simulator.

[–] [email protected] 1 points 8 months ago

I agree. It's not impossible but it's cumbersome. You at least need an iOS device.