自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

夏目三三

不疯魔 不成活

  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 Undefined symbols for architecture arm64

使用CocoaPod引入 AFNetworking ,出现错误1.Undefined symbols for architecture arm64search:https://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64在Other Linker Flags 添加 $(inhe...

2018-12-29 10:21:18 827

原创 Incompatible pointer to integer conversion assigning to 'long' from 'id _Nullable'

进行数据库相关操作,出现以下错误:1.Incompatible pointer to integer conversion assigning to 'long' from 'id _Nullable'reason:将字典对象转化为模型时,如果字段为long等整型,需要如下转化://_order = (long)[item[@"order"]; //错误写法_order = [i...

2018-12-24 14:09:12 6186

原创 Redefinition of typedef is a C11 feature

直接引入FSCalendar组件,出现1错误;导入FSCalendar.Framework,出现1错误。Error:1. Redefinition of typedef is a C11 featuresearch:https://github.com/WenchaoD/FSCalendar/issues/709resoleve:  2.如上配置之后,出现 Ambi...

2018-12-21 10:20:10 3483

原创 '__weak' only applies to Objective-C object or block pointer types; type here is 'int'

ERROR:'__weak' only applies to Objective-C object or block pointer types; type here is 'int'A parameter list without types is only allowed in a function definitionExpected ';' at end of declaratio...

2018-12-12 16:40:07 1828

汽车之家品牌Plist文件

Plist文件将品牌汽车按照字母顺序排列,包含汽车名称、汽车图片编号、品牌汽车种类

2016-08-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除