iOS
文章平均质量分 59
ttdiOS
相信自己
简书:http://www.jianshu.com/u/fd9db3b2363b
展开
-
使用FFMPEG解码和OpenAL播放音乐
使用OpenAL和FFMPEG解码并播放音乐626OpenALFFMpeg赵彤彤 mrzhao12 ttdiOS1107214478@qq.comhttp://www.jianshu.com/u/fd9db3b2363b本程序是macOS平台下OpenAL和FFMPEG解码并播放音乐OpenAL是一个开源的音效库,然而这里只用它来播放音乐。FFMPEG负责把音乐解码并转换成指定的编码和采样率,然后送到OpenAL中播放。已在windows和iOS平台简单测试通过)原创 2017-06-26 15:44:38 · 1600 阅读 · 2 评论 -
亲自体验安装使用AppleDoc(iOS编写接口文档工具(网页版))及 appledoc/Model/GBMethodData.m:44报错处理
亲自体验安装使用AppleDoc(iOS编写接口文档工具(网页版))详细教程参见的另外一个博客:http://www.jianshu.com/p/ef5e2bae6894补充:当你cd 把工程拖入终端后,执行上面的命令后,出现:*** Assertion failure in +[GBMethodData methodDataWithType:result:argu原创 2017-09-12 16:45:50 · 763 阅读 · 0 评论 -
坑在creator_to_cocos2dx 插件(Mac下xcode)
C++/Lua 引擎支持Cocos Creator 可以很高效的编辑场景和 UI,同时内置支持 JavaScript,这对 JavaScript 开发者十分友好。可是对于 C++/Lua 开发者,无法直接利用 Creator 高效的界面编辑功能,可能有一些遗憾。为了去除这种遗憾,我们提供了 creator_to_cocos2dx 插件,它允许开发者导出 Creator 编辑的场景到...原创 2018-11-21 12:00:06 · 363 阅读 · 0 评论 -
NO suitable application records were found.Verify your bundle identifier 'com***'is correct
iOS:NO suitable application records were found.Verify your bundle identifier 'com***'is correct第一种情况:打包工程,Validate 的时候提示:No suitable application records were found. Verify your bundle iden...原创 2019-03-20 15:00:08 · 3514 阅读 · 1 评论