Issue with code autocompletion / syntax highlighting in Xcode 4.x

后端 未结 8 1426
说谎
说谎 2020-11-28 05:49

I am having a rather strange issue in Xcode on one of my projects.

When I start to write my code, I am used to the auto-completion suggesting numerous entries for me

8条回答
  •  一向
    一向 (楼主)
    2020-11-28 06:05

    Search for 'GCC_INCREASE_PRECOMPILED_HEADER_SHARING' in build settings and change it to YES. - This worked for me.

    GCC_INCREASE_PRECOMPILED_HEADER_SHARING

提交回复
热议问题