xcode 架构 armv7 的未定义符号:“_OBJCCLASS$_ALAssetsLibrary”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18930588/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 03:51:39  来源:igfitidea点击:

Undefined symbols for architecture armv7: "_OBJCCLASS$_ALAssetsLibrary"

iosxcodeios7xcode5

提问by Kevin Griffiths

I'm new to this site, my name is Kevin Griffiths and work mostly in 3D, I'm building a game in Unity3D for the last year and everything seemed to be going ok, until I have to upgrade my software .. :( and thats why I'm here looking for some help please as I really dont know my way around Xcode, I've just upgraded to the above and now when I build I get these 2 errors from Xcodeanyone know how to correct these please I'd really appreciate the help.

我是这个网站的新手,我的名字是 Kevin Griffiths,主要从事 3D 工作,去年我正在 Unity3D 中构建游戏,一切似乎都很顺利,直到我必须升级我的软件.. :(这就是为什么我在这里寻求帮助的原因,因为我真的不知道我的方式Xcode,我刚刚升级到上面,现在当我构建时,我从Xcode任何知道如何纠正这些错误的人那里得到了这两个错误,我会非常感谢您的帮助。

  Undefined symbols for architecture armv7: "_OBJCCLASS$_ALAssetsLibrary", referenced from: objc-class-ref in libScreenRecorder.a(MP4RecorderProcessor.o)

ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Thanks.

谢谢。

回答by B.S.

This error means that ALAssetsLibraryis not added to your project target

此错误意味着ALAssetsLibrary未添加到您的项目目标

You can use adding framework tutorialfrom Apple Doc.

您可以使用Apple Doc 中的添加框架教程