为IOS构建统一游戏时,我收到此错误
架构armv7的未定义符号:
“_OBJC_METACLASS _ $ _ SUBaseAdapter”,引自: SUChartboostAdapter中的_OBJC_METACLASS _ $ _ SUChartboostAdapter(SUChartboostAdapter.o) SUAdMobAdapter中的_OBJC_METACLASS _ $ _ SUAdMobAdapter(SUAdMobAdapter.o)
但是这个框架包含在项目中。请给出任何解决方案
到目前为止我做的步骤:
1.In the project navigator, selected my project.
2.Selected the target.
3.Selected the "Build Phases" tab. Selected the framework. (optional) Drag and drop the added framework to the "Frameworks"
group.