84

Not sure if appropriate for this community, or for !programming_horror@programming.dev.

you are viewing a single comment's thread
view the rest of the comments
[-] adonis@kbin.social 34 points 1 year ago* (last edited 1 year ago)

I still don't understand why programmers are forced to use a specific tool, to write apps for a specific ecosystem.

i.e. writing a Flutter mobile app for Android and iOS. You can do everything in VSCode for the Android part incl. the apk-build.

But for iOS you're forced to use Xcode for implementing certain things like permissions, build and upload.

Nothing but headaches.

[-] bort@lemmy.sdf.org 15 points 1 year ago

Apple: our way or the highway

[-] lazyvar@programming.dev 7 points 1 year ago* (last edited 1 year ago)

But for iOS you’re forced to use Xcode for implementing certain things like permissions, build and upload.

You can do all that via VSCode as well if you so desire.

Permissions, configurations, etc. are essentially all just XML files and can be edited as such, building, running in simulator and uploading can all be done via CLI.

And if you're not comfortable doing it via the terminal in VSCode, you can also find some extensions.

Personally as a native dev I don't know why you'd want to of course, but to each their own.

[-] dohpaz42@lemmy.world 5 points 1 year ago

I wouldn't mind being locked into Xcode if Apple would beef it up and make it better.

[-] adonis@kbin.social 11 points 1 year ago

Yeah, for the 100 bucks they take each year, just to be able to publish apps on their platform, there's really no financial excuse for not making it better.

this post was submitted on 27 Jul 2023
84 points (85.0% liked)

Programmer Humor

19190 readers
1137 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 1 year ago
MODERATORS