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
-
xroad23808yI think most criticism about iOS development is BS. Except this. A hundred times this.
-
is it really that bad (not a swift developer)? Did they break backwards compatibility?
-
@rainmitchell swift 2.2 (the latest version) is no longer compatible. They are trying to get everyone to move over to swift 3, but in the meantime to appease people not ready to make the full switch they created a new version swift 2.3. Xcode has a converter that is supposed to rewrite your current code as either swift 2.3 or 3, but neither transition is seamless to say the least. On top of that you have to hope the pods you have been using have made versions compatible with swift 3 and update to those. In my instance I have to change every Alamofire request in my app as well as how I am parsing JSON.
To add to the frustration, it doesn't even seem like Swift 3 is any more user friendly than 2.2.
Related Rants
Wow. Fuck converting code over to swift 3. Nothing automatic about it.
undefined
xcode
swift3