XCode 6 autocomplete error (<< error type >>)

I am developing an app with Swift and at some point I started experiencing strange Xcode behavior. I don't remember exactly how it happened, but autocomplete refuses to work and for all my variables the type is <<<error type β†’ . I tried some of the solutions available here, but they all didn't work. What could be the problem for this frustrating behavior, please share your thoughts if you have already experienced this problem and solved it. I've already deleted the derived data and checked to see if some of my paths were wrong, but everything seems fine ...

+3


source share


1 answer


I was about to give up and work without the autocomplete feature, I even reinstalled Xcode but no success. I forgot to try deleting the .xcuserdatad folder, which can be found by right clicking on the project and selecting Show Package Contents , then open the xcuserdata folder strong> and delete the [Username] .xcuserdatad folder . It worked like a charm, autocomplete is live again, and Xcode is performing better than ever before. Hope this helps someone with the same annoying problem ...



+14


source







All Articles