3

If I have "Enable Modules (C and Objective-C)" set to "Yes" in Build Settings, shouldn't I get rid of the Prefix.pch precompiled header file? If not, what are the reasons I should keep it?

ma11hew28
  • 121,420
  • 116
  • 450
  • 651

1 Answers1

1

You might want to keep it for frameworks you use that don't have corresponding modules, such as the Facebook SDK for iOS.

ma11hew28
  • 121,420
  • 116
  • 450
  • 651