Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
cho-uc19622yAlso :
$99 for apple dev account renewed yearly
vs
a one-time $25 for android dev account -
It's painfully true, especially when transitioning from an Android development background to iOS. You'll notice that everything about iOS development setup, testing, and deployment is unnecessarily complex.
-
ars140652yI’ve been learning SwiftUI and really like it. Swift is also fun.
But their old storyboard setup is nightmare fuel, and just getting my app to run on my phone so I could test it was stupid slow. Really soured the entire experience.
Related Rants
-
arwinneil34Just found the best dev ever. https://alcohollick.com/tfw.html
-
dfox81As a long-time iPhone user, I am really sorry to say it but I think Apple has completed their transition to be...
-
rizasif9230Apple rejected my app, because they throught there was a frickin Windows phone on my loading screen. How inse...
Fuck apple, and fuck xcode.
Making and running android app was a breeze.
Making and running ios app was hell.
Expectation : I should have gotten everything I need just by installing xcode and flutter.
Reality : I need to install these from the terminal : xcode command line tools, homebrew, ruby, cocoapods, firebase-cli. Also I need to manually add many stuffs, such as google login url into xcode project settings. Also we can simply test run our app or install to our device, and iphone we owned, we need to register in apple developer program, fill a full form, blah blah blah.
When it comes to android, I only need to register an account much much later, when I want to publish it to the playstore.
rant
flutter
xcode
ios