|
|
|
|
|
by rTX5CMRXIfFG
276 days ago
|
|
If you think that through, the answer is: of course! Take for example the move from Swift 1 to 2 (an extreme example but illustrates the point). If you used a third-party lib written in Swift 1 and you had to move to Swift 2 because the next version of iOS requires the latter. Then you’ll have to wait for the lib developer to publish a version of their third-party lib for Swift 2 before you can publish your app. That’s the same kind of risk that you’re exposed to with source-breaking changes. Admittedly, source-breaking changes have gotten less frequent in Apple’s major tooling updates, but the right mindset when developing for walled gardens like Apple is that it will happen again. |
|