
Bug盘点
WaterGJ
这个作者很懒,什么都没留下…
展开
-
Apple LLVM compiler 3.0 error file".h" has been modified.....
今天做百度地图的时候第一次发现下面错误:问题:Apple LLVM compiler 3.0 error file "BMKPointAnnotation.h" has been modified since the precompiled header was built (原因:预编译头的时候文件被修改); 解决方法:1.Select Product > Cl转载 2014-05-09 13:56:18 · 548 阅读 · 0 评论 -
iOS问题: 此证书的签发者无效
1,你需要更新WWDR系统证书,在链接下载新的证书,https://developer.apple.com/certificationauthority/AppleWWDRCA.cer,并安装。2, 在keychains里选择login,然后点选Certificates,在这个界面,选择工具栏的View -> Show Expired Certificates,这时候你会发现一个过期的“WWD转载 2016-02-25 09:05:53 · 402 阅读 · 0 评论 -
automatic preferred max layout width警告
原文:http://www.cnphp6.com/archives/65860?utm_source=tuicool&utm_medium=referralUILabel自动换行,在不同的iOS版本下表现不一致导致的UI问题今天解决了一个与UILabel相关的Bug。 表现为在iOS7以上的系统中,UILabel能够自动换行,多行显示的字符串,而在iOS6上面则不会自动换行转载 2016-02-04 10:34:29 · 506 阅读 · 0 评论 -
iOS微信平台登录遇到的问题
微信登录报错:Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable con转载 2015-04-07 17:28:28 · 2871 阅读 · 0 评论 -
ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architectur
ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architectur分类: IOS2013-10-23 11:30 2508人阅读 评论(1) 收藏 举报错误:ld: symbol dyld_stub_binding_helper not fo转载 2014-09-03 15:40:03 · 587 阅读 · 0 评论 -
Undefined symbols for architecture i386: "_CATransform3DIdentity", referenced from: -[EGORef
原因是因为没有添加原创 2014-09-03 15:48:38 · 572 阅读 · 0 评论 -
Property's synthesized getter follows Cocoa naming convention for returning.
Property's synthesized getter follows Cocoa naming convention for returning.今天早上在整理代码的时候发现了如上警告。在网上查询后发现,是因为苹果在新的编码,不推荐变量以new、copy等关键字开头。转载 2014-09-02 09:47:20 · 434 阅读 · 0 评论 -
Property 'c' cannot be found in forward class object 'CALayer *"
当我的Project用Xcode5打开过后,然后又用Xcode4.x打开,选中XXXX.xib/storyboard文件时,有时会弹出 "The document “XXXX.xib/storyboard" could not be opened. Could not read archive" ,Xcode已给出解决方式 "Please use a newer version of Xcod转载 2014-05-08 10:55:23 · 670 阅读 · 0 评论 -
.xib could't be opend. Cound not read archive
当我的Project用Xcode5打开过后,然后又用Xcode4.x打开,选中XXXX.xib/storyboard文件时,有时会弹出 "The document “XXXX.xib/storyboard" could not be opened. Could not read archive" ,Xcode已给出解决方式 "Please use a newer version of Xcod转载 2014-05-08 10:54:31 · 633 阅读 · 0 评论 -
企业版app在iOS8上无法安装的几个问题解决
企业版app在iOS8上无法安装的几个问题解决 2015-02-10 14:13:25分类: iOS平台首先要吐槽下国内的论坛水分略多,以下问题大多是查询stackoverflow等论坛解决的。推荐一款软件,Log Guru,用来查看app安装时的系统日志,很多问题要看日志才知道错误点。1.首先有几个比较基础的问题:(1)若要在网页上安装app,转载 2016-06-15 14:40:11 · 3258 阅读 · 3 评论