简体   繁体   English

我将一个Vserv全屏SDK添加到我的IOS项目中,但是我遇到一个问题

[英]I am adding one Vserv Full Screen SDK to my IOS project but i face one problem

I am trying to add one Vserv Full Screen SDK in my ios application but I get following error and warning 我试图在我的ios应用程序中添加一个Vserv全屏SDK,但是出现以下错误和警告

Error:-"_OBJC_CLASS_$_VservAdManager", referenced from: objc-class-ref-to-VservAdManager in VservFullScreenSDKUsageDemoViewController.old: symbol(s) not found 错误:-“ _ OBJC_CLASS _ $ _ VservAdManager”,引用自:VservFullScreenSDKUsageDemoViewController.old中的objc-class-ref-to-VservAdManager。未找到符号

warning:- directory '/Users/macintoshuser/Desktop/VservFullScreenSDK_Iphone' following -L not found 警告:-以下未找到目录'/ Users / macintoshuser / Desktop / VservFullScreenSDK_Iphone'

Non-Apple frameworks aren't supported on iOS. iOS不支持非Apple框架。 Is what you call a framework, in fact, a static library? 您所说的框架,实际上是静态库吗? If so, you may need to add -ObjC and -all_load to the Other Link Flags build setting of the app target. 如果是这样,您可能需要将-all_load-all_load -ObjC到应用程序目标的“ Other Link Flags构建设置中。

You need to set armv6 architecture to get this work. 您需要设置armv6体系结构才能完成这项工作。

Project-->Build Setting-->Architecture-->armv6 项目->构建设置->架构-> armv6

Note that you need to delete default setting for architecture and then type armv6 to add required one. 请注意 ,您需要删除体系结构的默认设置,然后键入armv6添加所需的设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM