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

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

    Also check if both your app.pch and the app_Test.pch have the required imports. Sometimes you might be staring at the main pch, but the errors are for the unit tests pch.

提交回复
热议问题