PrefixHeader.pch file can't find headers

前端 未结 4 717
粉色の甜心
粉色の甜心 2021-02-08 21:53

I have a small prefix header file

#ifndef UP_FOR_IT_PrefixHeader_pch
#define UP_FOR_IT_PrefixHeader_pch

#ifdef __OBJC__
    #import 
    #         


        
4条回答
  •  借酒劲吻你
    2021-02-08 22:04

    Just in case rest of the answers doesn't work for someone. Try changing Under "Target Membership", the scope of your targets from public to project. Hopefully it helps.

提交回复
热议问题