Xcode 6.1 fast autocompletion and code sense broken

I am using Xcode Version 6.1 (6A1052d) , it works well, except that the only problem is completely completed and the meaning of the code is broken for swift projects.

I can fix this by deleting the derived data and the ~/Library/Caches/com.apple.dt.Xcode folder described here , or changing the deployment target project from 8.1 to 8.0 .

However, the first solution is delayed only by 1 or 2 days, due to the fact that it does not work again, I do not want to delete folders as often or constantly change target versions of iOS. Please help me.

+6
source share
2 answers

I had the same problem for many days when I was working fast, finally I deleted some old data in the ~/Library/Developer/Xcode/DerivedData and started xcode again and the error went away.

Hope this helps!

+5
source

he didn’t leave .. I do this procedure 3-4 times a day when coding. Has anyone found a permanent fix? I am on Xcode 6.3 beta on Yosemite .. on 6.1 I had to do this process more than 5-6 times a day, but they did not fix it completely :( I noticed that I was working in a single file, but it didn’t switch back and forth this is from happening +, if you work with collection views or table views, and also switch and change in all files of your MVC architecture, there is a better chance that you will need to restart Xcode (which fixes this problem in 6.3 beta automatically) only. there was a way to make reindex project a project.

0
source

Source: https://habr.com/ru/post/977972/


All Articles