摘要:
原文: https://mikeash.com/pyblog/objc_msgsends-new-prototype.html ##总结 : objc_msgSend 类型申明改变的原因: 让错误在编译的时候发生,而不是等到运行时。 为什么有 运行时错误 : ABI 的错配,调用方的ABI (对参数 阅读全文
posted @ 2022-06-25 10:16 pencilCool 阅读(219) 评论(1) 推荐(0)
|
摘要:
原文: https://mikeash.com/pyblog/objc_msgsends-new-prototype.html ##总结 : objc_msgSend 类型申明改变的原因: 让错误在编译的时候发生,而不是等到运行时。 为什么有 运行时错误 : ABI 的错配,调用方的ABI (对参数 阅读全文
posted @ 2022-06-25 10:16 pencilCool 阅读(219) 评论(1) 推荐(0) |
||