this post was submitted on 30 May 2025
398 points (94.2% liked)

Programmer Humor

23590 readers
1316 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] qaz@lemmy.world 5 points 2 days ago* (last edited 2 days ago) (1 children)

Yes, and the worst part is that XCode is only available on OSX.

I once had to make an iOS app once and didn't have a Mac so I developed the entire thing in a VM. There was no video encoding, the FPS was in the low single digits, which made it very difficult to even type. So I ended up writing the code using VSCode through SSH through Wireguard connected to the VM on the host machine, which actually worked surprisingly well. But hey, the app did work in the end.

[–] diffusive@lemmy.world 2 points 1 day ago (1 children)

Wait how can you run Mac OS on a VM?!?

[–] qaz@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

I used QEMU but I don't think it's possible anymore. I had to use an older version of OSX (I think I tried 3-4) but that version is no longer supported by XCode.