作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 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
在模拟器中运行时没有错误,但我没有收到任何返回给我的图像
我已经不知道该怎么做了
最佳答案
您尚未链接到 AssetsLibrary 框架,或者您的 SDK 设置不是您想象的那样。
关于iphone - 使用 alassestsLibrary 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5482482/
我正在尝试使用 ALAssetsLibrary 从相册加载图像 iphone/ipad 的。我在构建和存档时收到以下警告。 ld: warning: in /Users/mark/Projects/S
我是一名优秀的程序员,十分优秀!