Conversion to Swift 5 is available [closed]

▼魔方 西西 提交于 2020-05-29 10:15:49

问题


I'm getting this warning in Xcode 10.2.

Conversion to swift 5 is available

When i click this error it's opening this window

When we click NEXT what will happen...


回答1:


current version of swift is swift5 which only supported in xcode 10.2 and you are using another version like swift4 or swift4.2 in xcode 10.2 . This warning means that a new version of swift is available if you click this warning a you will receive a pop up and will ask for permission to convert your code in leatest version of swift (which is now swift5) . if you click yes to the pop up xcode automatically convert you code to newwst version of swift(which is swift5 in you case)



来源:https://stackoverflow.com/questions/55789899/conversion-to-swift-5-is-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!