自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

转载 <iOS>关于Xcode上的Other linker flags

Targets选项下有Other linker flags的设置,用来填写XCode的链接器参数,如:-ObjC -all_load -force_load等。还记得我们在学习C程序的时候,从C代码到可执行文件经历的步骤是:源代码 > 预处理器 > 编译器 > 汇编器 > 机器码 > 链接器 > 可执行文件在最后一步需要把.o文件和C语言运行库链接起来,这时候需要用到ld命令。源文件经

2015-02-28 15:52:45 339

原创 编译出现错误:linker command failed with exit code 1

ld: warning: ignoring file /Volumes/Xcode/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit, missing required architecture armv7 in fileld: duplicate symbol _

2015-02-28 15:49:54 1945

原创 Undefined symbols for architecture i386: "_AVPlayerItemDidPlayToEndTimeNotification", referenced f

Undefined symbols for architecture i386:  "_AVPlayerItemDidPlayToEndTimeNotification", referenced from:      -[DMOWAVPlayerView prepareToPlayAsset:withKeys:] in libDMOfferWallSDK.a(DMOWAVPlaye

2015-02-28 15:08:04 1107

原创 ... setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key latitudeLab

我尝试把 .xib 中的所有控件 和 ViewController 中的 输出口 断开联系,再重新连上就可以了。 网上有关此问题的回答:.xib 未和 对应的ViewController关联。/**************************************************************************             

2015-02-13 14:03:42 474

原创 The methods in the UIConstraintBasedLayoutDebugging category on UIView listed

是否还记得我说过对于view来说必须要有足够多的constraint,那么Auto Layout才能计算出所有view的位置以及尺寸?那么,现在这个例子的情况是它有太多的constraints了。无论何时当你得到错误 “Unable to simultaneously satisfy constraints”时, 这在暗示你的constraints在某些地方起冲突了

2015-02-12 20:48:17 4438

原创 2015.2.12

使用storyboard实现页面跳转,简单的数据传递http://blog.csdn.net/mad1989/article/details/7919504http://www.cnblogs.com/zhangdadi/archive/2012/12/03/2799816.htmlhttp://www.code4app.com/requirement/52206d066803

2015-02-12 14:07:25 376

原创 一天一个新知识点(自己总结)

1.scrollview用xib拖出来,想滑动必须要在viewcontroller里面手动设置contentsize

2015-02-11 22:54:04 831

空空如也

空空如也

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

TA关注的人

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