我试图从Mopub绑定中删除AdColony SDK,以实现我执行以下步骤:
mopub.xcodeproj
。AdColony folder
和AdNetwork Support Folder
标签中删除Build Phases
。libmopub.a
文件夹下复制文件Debug-universal
。libmopub.a
添加到绑定libs
文件夹和我的项目libs
文件夹,并相应地更新robovm.xml
文件尝试构建时,我收到以下错误:
注意:libmopub.a
的未修改版本无任何问题
5/28/15 11:09:08 AM: [ERROR] Undefined symbols for architecture armv7:
5/28/15 11:09:08 AM: [ERROR] "_OBJC_CLASS_$_MPLogProvider", referenced from:
5/28/15 11:09:08 AM: [ERROR] objc-class-ref in libmopub.a(MPLogging.o)
5/28/15 11:09:08 AM: [ERROR] "_OBJC_CLASS_$_MPNativePositionSource", referenced from:
5/28/15 11:09:08 AM: [ERROR] objc-class-ref in libmopub.a(MPInstanceProvider.o)
5/28/15 11:09:09 AM: [ERROR] "_OBJC_CLASS_$_MPGeolocationProvider", referenced from:
5/28/15 11:09:09 AM: [ERROR] objc-class-ref in libmopub.a(MPCoreInstanceProvider.o)
5/28/15 11:09:09 AM: [ERROR] "_OBJC_CLASS_$_MPServerAdPositioning", referenced from:
5/28/15 11:09:09 AM: [ERROR] objc-class-ref in libmopub.a(MPStreamAdPlacer.o)
5/28/15 11:09:09 AM: [ERROR] objc-class-ref in libmopub.a(MPCollectionViewAdPlacer.o)
5/28/15 11:09:09 AM: [ERROR] objc-class-ref in libmopub.a(MPTableViewAdPlacer.o)
5/28/15 11:09:09 AM: [ERROR] "_kMoPubHTTPHeaderContentType", referenced from:
5/28/15 11:09:09 AM: [ERROR] -[MPURLResolver stringEncodingFromContentType:] in libmopub.a(MPURLResolver.o)
5/28/15 11:09:09 AM: [ERROR] -[MPURLResolver connection:didReceiveResponse:] in libmopub.a(MPURLResolver.o)
5/28/15 11:09:09 AM: [ERROR] -[MRController connection:didReceiveResponse:] in libmopub.a(MRController.o)
5/28/15 11:09:09 AM: [ERROR] "_OBJC_CLASS_$_Chartboost", referenced from:
5/28/15 11:09:09 AM: [ERROR] objc-class-ref in libmopub.a(ChartboostInterstitialCustomEvent.o)
5/28/15 11:09:09 AM: [ERROR] (maybe you meant: _OBJC_CLASS_$_ChartboostInterstitialCustomEvent)
5/28/15 11:09:09 AM: [ERROR] ld: symbol(s) not found for architecture armv7
5/28/15 11:09:09 AM: [ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
5/28/15 11:09:09 AM: [ERROR] Build failed