编译错误 error: ***.framework' in the Link Binary With Libraries build phase is using platform filters which is not supported in the legacy build system.
处理方法一:project Setting中 修改为“New Build System”

处理方法二:Build Phases 中 link binary with Libaries 中的framework 的Platforms 修改为macOS + iOS

网友评论