I have a project that builds just fine in Release Mode but Debug Mode shows many Redefinition
errors at compile time. As shown in the snapshot attached.Error Snapshot
Is there any way that can force XCode to just ignore these errors?
Update:
I know it's not the right way to go but I just want to know if it can be done or not.
UPDATE-2:
The redefinition was due to a redundant .pch
file. I have solved this issue.