0

I don't know what's wrong with my xcode. My project could run on my iphone properly (so I guess there is nothing wrong with my project). But in the Xcode editor, I couldn't "jump" to function or variables definition. it shows

enter image description here

this could be fixed by just restarting Xcode.However, after about a few minutes, it doesn't work again...

I already check Xcode 6 Swift code completion not working But no luck..

my swift version is 1.2, and Xcode version is Version 6.4 (6E35b)

any one help?

Community
  • 1
  • 1
li_shengdm
  • 43
  • 5
  • Nope, it's a bug in Xcode, if you feel like it go to bugreporter.apple.com and file a bug, however there might already be some duplicates :) – HAS Jul 13 '15 at 08:16
  • @HAS ok,keep waiting for the next xcode update...thanks~ – li_shengdm Jul 13 '15 at 09:04

1 Answers1

0

Unfortunately the Swift support in XCode is still very buggy. It gets better with every release, but it's far away from perfect.

For me, the only thing that seems to help is to delete DerivedData and restart Xcode.

Apfelsaft
  • 5,766
  • 4
  • 28
  • 37