
工具
GigibondBaby
这个作者很懒,什么都没留下…
-
原创 安装cocoapods遇到YAML safe loading is not available. Please upgrade psych to a version that supports saf
安装cocoapods遇到YAML safe loading is not available. Please upgrade psych to a version that supports safe loading (>= 2.0).解决方案:在终端输入以下命令升级rvm : rvm install 2.4.1...2017-12-05 16:57:021531
0
-
原创 微信分享取消分享之后的回调仍是分享成功
用的友盟SDK实现微信分享,发现微信分享途中如果取消分享,回调的error是nil,微信分享成功的回调返回的error也是nil,无法识别是否分享成功。问了友盟的客服才知道微信在8月13号对分享功能做了调整。https://open.weixin.qq.com/cgi-bin/announce?spm=a311a.9588098.0.0&action=getannouncement&...2018-09-17 14:19:5519637
12
-
原创 Cocopod更新第三方库失败
Xcode升级了10.0之后更新第三方库时失败了。报如下所示错误:### Error ```RuntimeError - [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXS...2018-11-01 15:57:241226
0