更新xcode5.1,__CHECKSUM_EXCEPTION_H__,zxing编译报错解决办法
更新:HHH   时间:2023-1-7


'__CHECKSUM_EXCEPTION_H__' is used as a header guard here, followed by #define of a different macro


在工程ZXingWidget中的 build settings

在 Apple LLVM 5.1 - Custom Compiler Flags项目中

将Other Warning Flags的所有项目给删除掉。

然后 重新编译就可以了


来自:http://stackoverflow.com/questions/22373479/zxingwidget-build-error-on-ios-7-1


返回移动开发教程...