Merge pull request #2907 from RosettaCommons/everyday847/xcode_triage
Xcode project triage
I even tried removing werror just for this build type and the uses of pthread.h in cppdb (not cifparse, whoops) were still causing problems. (It complains that an annotation that pthread.h uses, Nullable, is a clang language extension.) So this is not a particularly resolvable error, I think? Or maybe we need to package our own pthread.h with that specifier removed...