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

前端 未结 6 826
臣服心动
臣服心动 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:26

    I know this is an old post but I wanted to share my experience. Im running Xcode 6.1 the fix was to delete the Tests target. for example MyProjectNameTests.

提交回复
热议问题