架构armv7的未定义符号:"_ OBJCCLASS $ _ALAssetsLibrary"

Kev*_*ths 4 xcode ios ios7 xcode5

我是这个网站的新手,我的名字是凯文格里菲斯,主要是在3D工作,我在去年在Unity3D上建立一个游戏,一切似乎都没问题,直到我必须升级我的软件.. :(这就是为什么我在这里寻求一些帮助,因为我真的不知道我的方式Xcode,我刚刚升级到上面,现在当我建立我得到这些2错误从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)
Run Code Online (Sandbox Code Playgroud)

谢谢.

B.S*_*.S. 6

此错误表示ALAssetsLibrary未添加到项目目标中

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