Xcode 7.3 autocomplete is so frustrating

前端 未结 11 867
小鲜肉
小鲜肉 2020-12-04 07:55

There is a new autocomplete in Xcode. Probably might be useful because it checks not only beginning of names etc. But I found that very often it doesn\'t find a class name o

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 08:49

    This is by no means an adequate solution, BUT it has allowed me to (barely) maintain my sanity the past few days: After every build, you need to trash your Derived Data folder. You can find this folder in Xcode > Preferences > Locations > Derived Data. Just trash the whole thing and it'll kick off a re-indexing step that should restore proper autocomplete functionality. Unfortunately, I've found that once I build, the autocomplete behavior reverts to its broken state.

提交回复
热议问题