Getting the following error when building
0/usr/local/Cellar/qt@5/5.15.2/lib/QtCore.framework/Headers/qlocale.h:1033:25: error:
1 unknown type name 'QStringRef'; did you mean 'CFStringRef'?
2 ulong toULong(const QStringRef &s, bool *ok = nullptr) const;
3 ^~~~~~~~~~
4 CFStringRef
5/usr/local/include/QtCore/qdebug.h:473:1: note: 'CFStringRef' declared here
6Q_FORWARD_DECLARE_CF_TYPE(CFString);