上次更新Pod后,项目拒绝生成并显示以下错误
@Bean
public DataSource dataSource() throws PropertyVetoException {
return MyDataSourceHolder.getDataSource();
}
我当前的Podfile:
Undefined symbols for architecture x86_64:
"_kAPMSafelistedEventsOptionKey", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics_ca9cdf99cfbae2f51d040b73dd242e94.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已经尝试了所有常见的方法来解决这些xcode异常(删除派生数据,重新启动,更新Pod,重新安装Pod,使用较旧版本以及许多其他SO建议的修复程序),但没有任何帮助。可能是什么原因造成的?