objc-runtime icon indicating copy to clipboard operation
objc-runtime copied to clipboard

A debuggable objc runtime

Results 9 objc-runtime issues
Sort by recently updated
recently updated
newest added

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)

我的QQ是1770421128,希望能详细交流一下

enhancement

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

![WechatIMG230](https://user-images.githubusercontent.com/9443395/57425775-31808580-724f-11e9-8898-09b19c036d77.jpeg) It can not find some c++ std symbols! anyone known why?