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?
Asked
Active
Viewed 468 times
3

ma11hew28
- 121,420
- 116
- 450
- 651
1 Answers
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
-
OK. But, if I know I won't be using those, can I delete it? – ma11hew28 Jan 09 '14 at 19:47