objc-runtime
objc-runtime copied to clipboard
A debuggable objc runtime
When I run debug-objc binary e.g. id obj = [[NSObject alloc] init]; the debug point +alloc is not triggering in NSObject.mm Mac version:10.14.6 Xcode: Version 11.3.1 Do you know why...
麻烦博主更新到最新的 objc4-818.2 版本吧,麻烦了,谢谢了~ ---------- dyld: Symbol not found: _sel_hash Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation Expected in: /Users/yumu/Library/Developer/Xcode/DerivedData/objc-eqtajswswqnllsdtitmgkdoikmzo/Build/Products/Debug/libobjc.A.dylib in /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (lldb)
I am new here and can not build the project on MacOS Big Sur 11.0.1, Xcode 12.1. Can anyone give some help or hint on the issue? Thank you very...
同样希望博主能加上 CoreFoundation、libdispatch,拜托: [https://github.com/apple/swift-corelibs-foundation](url) [https://github.com/apple/swift-corelibs-libdispatch](url)
dyld: Symbol not found: _sel_hash Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation Expected in: /Users/kv/Library/Developer/Xcode/DerivedData/objc-dhysxkizblskplbiwqtviqdmfcvm/Build/Products/Debug/libobjc.A.dylib in /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation how to fix it
when you add a new target , yout must disable the Hardened Runtime capability
 It can not find some c++ std symbols! anyone known why?