We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
来自 @姚七六
编译了libobjc.A.dylib库,然后创建一个debug的target依赖这个运行时库的target,然后在debug程序的代码中调用runtime方法就会调用自己编译的库里面的方法,这样来调试运行时库。问题是为什么没有调用系统libobjc.dylib库?是没有链接系统运行时库,还是系统运行时库被自己编译的这个库替换掉了?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
来自 @姚七六
编译了libobjc.A.dylib库,然后创建一个debug的target依赖这个运行时库的target,然后在debug程序的代码中调用runtime方法就会调用自己编译的库里面的方法,这样来调试运行时库。问题是为什么没有调用系统libobjc.dylib库?是没有链接系统运行时库,还是系统运行时库被自己编译的这个库替换掉了?
The text was updated successfully, but these errors were encountered: