Xcode12 踩坑之 objc_msgSend
Posted 泉_哥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xcode12 踩坑之 objc_msgSend相关的知识,希望对你有一定的参考价值。
Xcode12 问题
objc_msgSend
运行时方法报错,提示No matching function for call to 'objc_msgSend'
,google 了下,有人反馈是Xcode12的bug。Enable Strict Checking of objc_msgSend Calls
配置设为NO
无效。
xcversion 安装多版本Xcode
gem install xcode-install
xcversion list
xcversion install 11.3
xcversion select --symlink 11.3
xcversion uninstall 10.3
安装Xode10 或 11以后 报错 library not found for -libstdc++.6.0.9
将仓库里的文件放在下面目录即可
1.真机环境:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/
2.模拟器环境:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/
以上是关于Xcode12 踩坑之 objc_msgSend的主要内容,如果未能解决你的问题,请参考以下文章