Xcode error? Use of undeclared identifier

97 Views Asked by At

I am trying to build a project, yet it keeps saying that it has use of undeclared identifier 'QOS_CLASS_BACKGROUND' ... This phrase is keeping me from building

spatch_async(dispatch_get_global_queue(QOS_CLASS_BACKGROUND, 0), ^{
0

There are 0 best solutions below