renzifeng / ZFPlayer

Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)
MIT License
7.07k stars 1.75k forks source link

M1 设备Xcode编译问题 Undefined symbols for architecture x86_64 #1283

Open luo-h opened 2 years ago

luo-h commented 2 years ago

Could not find module 'RxSwift' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-appl...

导了ZFFPlayer后不支持模拟器编译,大佬们是怎么解决的

xiguadalang1 commented 2 years ago

Build settings 里面的 Excluded Architectures 加一个arm64 ,Pod文件也要加

xiguadalang1 commented 2 years ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

JRJian commented 2 years ago

亲测可行