-1

I try to convert swift 4.2 to swift 5 using the Xcode converter. In this converter, selected all the target and submit on there.

My problem is it's taking more time and it keeps on loading more than 2 hours.

enter image description here

can you please help me how do solve this and convert my project to swift 5.thanks.

prabakaran iOS
  • 681
  • 7
  • 19
  • https://stackoverflow.com/a/55790040/10584330 , Please cancel now and before convert make sure your Xcode version. – Anjali Shah Jan 28 '20 at 06:32
  • Thanks, @AnjaliShah. But I have Xcode 11(Mojava osx latest)version. I tried too many times close and open. Even it keeps on loading. – prabakaran iOS Jan 28 '20 at 06:58

1 Answers1

0

Notice the exclamation mark and the Indexing at the top. Your project hasn’t finished indexing, and it doesn’t compile. It must do both, before you use the converter.

matt
  • 515,959
  • 87
  • 875
  • 1,141