YYDispatchQueuePool
YYDispatchQueuePool copied to clipboard
在Objective-C++项目里报错
项目是Objective-C++,有很多.mm文件。手动引入后报这个错误,手动把.h.m拖到工程里面的。
Undefined symbols for architecture arm64: "YYDispatchQueueGetForQOS(NSQualityOfService)", referenced from: -[CameraManager queue] in CameraManager.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)