码迷,mamicode.com
首页 >  
搜索关键字:xcode cocos2d-x    ( 6273个结果
iOS 8 & Xcode 6:解决The network connection was lost.
最近,和几位大大一起,仿写一个客户端。代码没作变动,一直工作正常。刚才从休眠中继续调试,输出如下错误:2014-11-21 21:37:02.430 zhihudaily[2140:212751] Error Domain=NSURLErrorDomain Code=-1005 "The netwo...
分类:移动开发   时间:2014-11-21 23:10:10    阅读次数:1525
iOS:编译错误Unknown type name ‘***'
目前有两种情况: 1.循环引用      把你.h中导入的.m文件改成@class,然后再在.m中import 2.没有导入框架      有时是在.mm文件里面操作,这时候需要使用OC的东西,比如说NSString什么的,就需要导入foundation.h 还有其他情况请留言,谢谢分享...
分类:移动开发   时间:2014-11-21 18:54:44    阅读次数:232
从XCode添加File的错误Multiple errors occurred while copying the files分析Cocos2d-x在XCode工程中添加文件
1、Multiple errors occurred while copying the files问题 关于这个问题,这里有解决办法 大致的意思是 1)添加文件没有全部添加,但是有部分添加成功,再次以文件夹添加之前的文件时会报这样的错误。 2)解决办法:先clean工程,点击上步需要添加文件的父目录,show  in  finder,删除之前添加的文件,重新添加。 这是...
分类:其他好文   时间:2014-11-21 18:51:36    阅读次数:208
'libxml/tree.h' file not found
本文转载至 http://www.cnblogs.com/hanjun/p/3711173.html看看Header Search Paths 为'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Devel...
分类:其他好文   时间:2014-11-21 18:26:06    阅读次数:154
XCode merge error UserInterfaceState
$ git rm --cached iLedger.xcodeproj/project.xcworkspace/xcuserdata/Alex.xcuserdatad/UserInterfaceState.xcuserstate$ git commit -m "Removed the stupid ...
分类:其他好文   时间:2014-11-21 16:09:01    阅读次数:158
Xcode新工程如何按照原有的方法适配iPhone6和plus大屏幕
我们知道Xcode6新建工程后,会有main.storybord等,与原来新建项目有较大区别,而且随着iPhone6和plus的到来,屏幕适配也是一个问题,苹果提供了autolayout和sizeClass来搞定这一块,但是很多人还是不习惯,那么我们如何按照原来的方式进行一个新项目的屏幕适应呢。首先我们创..
分类:其他好文   时间:2014-11-21 00:07:15    阅读次数:268
Hybrid App Development: 二、关于造轮子以及在Xcode iOS应用开发中加入Cordova
转载请注明出处:http://www.cnblogs.com/xdxer/p/4111552.html 【ctrl+左键点击图片可以查看原图】 在上一篇关于Hybrid App Development的文章中,我讨论了一下在iOS下UIWebView的使用方法。但是光使用一个UIWebView所提供...
分类:移动开发   时间:2014-11-20 23:24:11    阅读次数:421
如何在LLDB下排查message sent to deallocated instance问题
转:http://www.devdiv.com/home.php?mod=space&uid=50901&do=blog&id=50856在XCode的以前版本中,如果遇到了[代码]c#/cpp/oc代码:1message sent to deallocated instance 0x6d564f0...
分类:数据库   时间:2014-11-20 23:22:10    阅读次数:321
【swift开发IOS】 MD5
This is what I came up with. It‘s an extension to String. Don‘t forget to add?#import <CommonCrypto/CommonCrypto.h>?to the ObjC-Swift bridging header that Xcode creates. extension?String??{ ?...
分类:移动开发   时间:2014-11-20 18:55:46    阅读次数:195
VVDocument+Appledoc生成文档
在写代码的时候写上适当的注释是一种良好的习惯,方便自己或者别人阅读的方便。**VVDocument**:(Github地址:[VVDocument](https://github.com/onevcat/VVDocumenter-Xcode))下载该项目,用Xcode运行一下即可。插件生成的位置在 ...
分类:移动开发   时间:2014-11-20 18:27:32    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!