
IOS错误集锦
Vicent_Z
态度决定一切,细节决定成败!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IOS之ZBar条形码扫描失败---坑爹的问题
1 问题描述用ZBar扫描条形码,有的好用有的不好用。2 问题原因竟然我用的是ITouch测试,其分辨率过低导致。3 解决方案换了太IPhone4S得以解决,不禁在此大吼一句坑爹啊!!!原创 2013-05-15 16:34:52 · 3018 阅读 · 0 评论 -
IOS开发错误问题汇总(更新中)
1 has been modified since the precompiled header was built解决方案:clean 一下,再运行就可以了。2 ARC禁止使用release错误信息:/Users/zhangyuc/Desktop/IOSNewStart/UILocalizedIndexedCollationTest/UILocalizedIndexedColla原创 2013-05-08 16:58:13 · 1309 阅读 · 0 评论 -
真机调试Error launching remote program: failed to get the task for process xxx.
1 错误真机调试运行已有项目的时候:Error launching remote program: failed to get the task for process xxx.2 错误分析这是因为证书和签名的问题。3 解决方案3.1 添加自定义的生成后脚本在Build Phases中添加一个Phase,右下角的Add Build Phase,然后单击Add R原创 2013-05-13 11:18:13 · 3204 阅读 · 0 评论 -
iOS6和iPhone5使用第三方静态库在真机无法运行的处理armv7s
环境: xcode4.5.1 iphone5在模拟器下正常运行的程序,在真机上出现下面的错误:ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/david/Downloads/QR code/QR code/ZBarSDK/libzbar.a for转载 2013-05-15 14:23:00 · 1780 阅读 · 0 评论 -
private field 'cached_y_' is not used解决方法
废话不多说。问题症状:编译时,在int cached_y_那一行出现如下错误提示private field 'cached_y_' is not used解决方法:在Zxing所在的工程中build setting下Other warning flags选项删除"-Werror"和"-Wno-unused-parameter"两个编译选项,即可消除此转载 2013-05-15 15:37:59 · 2709 阅读 · 0 评论 -
duplicate symbol _OBJC--clang: error: linker command failed with exit code 1 错误
问题重现:duplicate symbol _OBJC_IVAR_$_AlertSettingModel.alert_pic in: /Users/zhangyu/Library/Developer/Xcode/DerivedData/MotherReminded-dpnpugyhxirkxiehqvdgrmbubwif/Build/Intermediates/MotherRemin原创 2013-11-10 09:45:09 · 3373 阅读 · 0 评论