Swift 5 conversion in iOS xcode project

Solution:

In your Xcode if you open the project in warning tab you can see the below status




But if you tried with that way it will convert your project to swift 5 but it will show more unresolvable errors.

So better you can create a new project and add the old project files in step by step and resolve the syntax issues will be the best solution for this.If you can do this way you can save more time on migration.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift