this post was submitted on 15 Mar 2026
1331 points (93.4% liked)
Programmer Humor
30427 readers
4010 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Codemagic? I've made some pokes at using that for iOS builds with middling luck.
I’m using Fastlane, which I’m running via GitHub actions triggered by git tag.
I might give that a try, thanks for the reply. Codemagic is a bit complicated though I did seem to get it to work with a git tag increment as well.
Doing anything in that iOS environment is like pulling teeth it seems.