build rules for xcode / iPhone
Assuming you’re using Xcode 4, it’s likely that the dependency checker is confused because there are .h files in list of C files to be compiled. So…. Navigate to your target’s “Build Phases” tab. (Click on the project, then click on the target’s name, then click on the “Build Phases” tab.) Ensure that you didn’t … Read more