Question

I have a pure Objective-C project (no C++ anywhere). Can I turn off GCC_ENABLE_CPP_EXCEPTIONS or do Objective-C exceptions rely on this?

Was it helpful?

Solution

If you're not using any C++ code, you can turn it off (it only applies to C++ code). Or you can leave it on -- it won't really matter either way.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top