Xcode 7.3 autocomplete is so frustrating

前端 未结 11 872
小鲜肉
小鲜肉 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:41

    I didn't run into this until I created a couple of new class files. Other classes worked fine, but autocomplete would NOT work for anything in the new files...

    FIX (for me) - I had to add those files to ALL of my targets, including the unit test targets even though I wasn't using them yet.

提交回复
热议问题