Thank you! This was indeed the issue. I actually had it in a header file (ParsePluginPrivatePCH.h
), but moved it over to ParsePlugin.cpp
and now it compiles successfully. Thanks again!
Thank you! This was indeed the issue. I actually had it in a header file (ParsePluginPrivatePCH.h
), but moved it over to ParsePlugin.cpp
and now it compiles successfully. Thanks again!