Reputation: 7756
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?
Upvotes: 4
Views: 6817
Reputation: 1333
Select the target, select Build Settings, search for Prefix Header and change the setting
Upvotes: 18