I’m in a middle of submitting my mobile app. I follow guide https://guide.meteor.com/mobile.html#submitting-ios
cd <build-output-directory>/ios/project
open MyApp.xcodeproj
XCode throw me a question:
Convert to latest swift sytax?
The target “MyApp” contains source code developed with an earlier version of Swift. Choose “Convert” to update the source code in this target to the latest Swift syntax. This action can be performed later using “Convert to Latest Swift Syntax” in the Edit menu.
What does that mean? Should I convert or cancel?
Thanks