|
|
|
|
|
by greensamuelm
3181 days ago
|
|
The real point that I think this article misses is framework development. Swift still has not achieved ABI compatibility. If you are using an iOS device, very likely framework code I have written in the past few years is running inside one of the many apps you have installed. This is simply not feasible to do unless you are willing to open source your code base. I have been shipping closed source binary frameworks written in Objective-C for seven years. None of the companies I work for are willing to maintain binary releases for each version of Swift AND Xcode. It's simply too much. I'd love to use Swift, but at this point it would only be a maintenance nightmare for my team and I to maintain. |
|