xCode 4.4 does not get all the .pch file headers imports?

前端 未结 6 816
臣服心动
臣服心动 2021-01-30 17:39

This is my .pch file -

   //
// Prefix header for all source files of the \'English Club\' target in the \'English Club\' project
//

#import 

        
6条回答
  •  抹茶落季
    2021-01-30 18:06

    Also one of the problem could be that .pch file is not set for a target. To do that do the following:
    1. Go to the target settings.
    2. Option Precompile Prefix Header set to YES.
    3. For Prefix Header add a project relative path or an absolute path.

提交回复
热议问题