我刚编译了一个项目,Xcode返回这两个错误,这些错误似乎不是我代码的错.我该如何解决?
Undefined symbols for architecture i386:
"_vImageBoxConvolve_ARGB8888", referenced from:
-[UIImage(Blur) boxblurImageWithBlur:] in UIImage+Blur.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud) 我正在开发支持iOS 4.3及更高版本的iOS应用程序.由于某些框架,我无法将其存档为armv7s,因此我删除了armv7s支持.它会降低应用程序性能吗?使用armv7s有什么好处?