Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set a specific precompiled header file in Xcode?

Tags:

xcode

xcode4

Is there a way to set a non-default precompiled header file in Xcode? For example, instead of Project_Prefix.pch being the precompiled header, could I set it to SomeOtherHeader.h?

like image 719
syvex Avatar asked Nov 28 '22 16:11

syvex


1 Answers

Select the target, select Build Settings, search for Prefix Header and change the setting

like image 131
Giuseppe Mosca Avatar answered Dec 09 '22 10:12

Giuseppe Mosca