Why OC runtime source code objc723 can not run on macOS Mojave

dyld: Symbol not found: _objc_debug_taggedpointer_obfuscator
Referenced from: /usr/lib/system/libxpc.dylib
Expected in: /Users/huakucha/Documents/Pods/runtime/objc-runtime-master/Build/Products/Debug/libobjc.A.dylib
in /usr/lib/system/libxpc.dylib
(lldb)

runtime的源码debug target 直接运行在macOS MojaveCrash 之前的macOS是可以直接调试的
有大佬遇到相似的问题吗

我在网上找到解决方案了 之前是runtime source编译过了 在macOS Mojave上使用直接Crash了