This is my .pch file -
// // Prefix header for all source files of the \'English Club\' target in the \'English Club\' project // #import
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.