swift migration

Hello,


We have developed some Apps in Objective C and all are available in App Store. Some Apps are using C++ libraries integration. Which is the best method for migrating the Apps to Swift?

Replies

Seen this starting point doc from Apple?


https://developer.apple.com/documentation/swift/migrating_your_objective-c_code_to_swift

Are you sure you want to do this? I’m a huge Swift fan, but I don’t recommend rewriting functioning Objective-C code in Swift without a really good reason. What is that reason?

Moreover, Swift has no good story for C++ integration, at least currently, so if you doing a lot of C++ then Objective-C (and hence Objective-C++) is a big win.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I agree with eskimo - but more to the point, why post this question on the Objective-C Forum? Why not post this question on the Swift Forum.