Xcode 6.3.2 converts to latest Swift syntax

I updated to Xcode 6.3.2 and tried to run "Convert to New Swift Syntax" in my project, but it hangs.

Added screenshot

The "Generate Preview ..." window appears, which rotates and rotates, but never ends.

I tried "Convert to New Swift Syntax" on another project and it worked fine. This project is mostly Objective-C but has some Swift files including the Watch extension.

I installed the latest command line tools (although it really isn't needed if it were?), Uninstalled Derived Data, cleaned the project, restarted Xcode, restarted my computer, all many times, but Xcode still freezes.

I cannot create my project. It says that it says "Compile Swift Source Files" and never goes any further.

Any ideas on what else to try, where to look for clues?

+3


source to share


1 answer


It was very slow for me xcode7 beta, even when I only have one quick file and leave all objective-c, but it finally converted and showed me no change and then the project failed to build. The uncoated project works fine for me. This is probably not an answer, but this site does not yet allow me to add a comment.



0


source







All Articles