
iOS汇总之 警告
江湖两把刀
博学弘德,自强不息。
展开
-
IOS 警告(二)
Semantic Warnings Warning Message -WCFString-literal input conversion stopped due to an input byte that does not belong to the input codeset UTF-8 -WNSObject-attribute转载 2015-02-27 14:09:56 · 7458 阅读 · 0 评论 -
IOS 警告 (一)
下列选项控制编译器警告信息: --all-warnings 此开关缺少可用文档 --extra-warnings 此开关缺少可用文档 -W 不建议使用此开关;请改用 -Wextra -Wabi 当结果与 ABI转载 2015-02-27 14:09:06 · 2423 阅读 · 0 评论 -
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clan
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 解决方法: 将Apple LLVM compiler 4.1 - Language ->c++ Standard Library 修改为 libstdc++ (GNU C++ standard library)原创 2014-10-29 14:52:43 · 6024 阅读 · 0 评论 -
Analyze提示:Value stored to "***"is never read
Analyze提示:Value stored to "***"is never read原创 2014-10-29 16:44:50 · 6294 阅读 · 0 评论 -
如何通过友盟分析发布后App崩溃日志
要分析崩溃日志,首先需要保留发布时的编译出来的.xcarchive文件。这个文件包含了.DSYM文件。 我一般的做法是,发布成功后,把这个文件.xcarchive直接提交到代码版本库对应的版本分支里,这样就不会搞丢了。 这个文件在哪呢?打开XCode->菜单Window->Organizer,在编译成功的文件上右键,就能打开了。 两种比较麻烦的方法。 第一种方法: 使用dwarf转载 2015-06-04 11:18:43 · 1537 阅读 · 0 评论 -
Automatic Preferred Max Layout Width is not available on iOS versions prior to
Automatic Preferred Max Layout Width is not available on iOS versions prior to原创 2015-08-12 14:31:40 · 1776 阅读 · 0 评论