我尝试使用 ALAssetsLibrary 从 iphone/ipad 的相册中加载图像。在构建和存档时收到以下警告。
ld: warning: in /Users/mark/Projects/Speech_Recognition/Protoype_Test1/AssetsLibrary.framework/AssetsLibrary, file was built for i386 which is not the architecture being linked (armv7)
我也得到了错误
"_OBJC_CLASS_$_ALAssetsLibrary", referenced from:
objc-class-ref-to-ALAssetsLibrary in PhotoPuller.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
在模拟器中运行时没有错误,但我没有收到任何图像返回给我
我已经没有关于该做什么的想法了