自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 cocos2dx在xcode下调试看不到变量数据-value may have been optimized out

如果在程序输出信息时,看到value may have been optimized out。那说明,启用了编译器优化选项,无法显示该变量的值。解决办法:关掉编译器优化(如:-O2,删除即可)。

2014-12-29 17:55:52 3077

原创 xcode ARC forbids explicit message send of 'release'

xcode version 5.1.1IOS SDK 7.1iMAC OS X 10.9.2会有2个报错信息:1、‘release’ is unavailable: not available in automatic reference counting mode2、ARC forbids explicit message send of 'release'程序禁止调用方

2014-12-29 16:53:13 1070

Framework not found IOSurface for architecture arm64(不能设为免费?)

Framework not found IOSurface for architecture arm64所需 IOSurface.framework、FileProvider.framework

2017-12-28

空空如也

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

TA关注的人

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