Xcode 7 doesn't autocomplete if using bridging header

前端 未结 4 376
天涯浪人
天涯浪人 2020-12-25 09:21

So, the problem is that when I import anything in the Xcode 7 using Bridging Header Xcode doesn\'t autocomplete my code, no matter if I import given framework, header file i

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-25 09:50

    The solution that worked for me is to make sure you put an individual path for each framework you include in your project as in the screenshot below.

提交回复
热议问题