Xcode 7.3 autocomplete issues

前端 未结 4 726
离开以前
离开以前 2021-01-12 09:47

I\'ve got some issues with the new autocomplete of Xcode 7.3

When I import a class, the class won\'t show up in autocomplete. Even more annoying, when an imported cl

4条回答
  •  误落风尘
    2021-01-12 09:58

    try cleaning the project and building it, if that doesn't work, delete derived data from /Users//Library/Developer/Xcode/DerivedData, and then try it again. should work

提交回复
热议问题