posted @ 2014-02-13 14:16
随笔分类 - Iphone Error
iphone的错误记录
摘要:xCode控制台的使用-应用闪退原因跟踪今天遇到这个一个问题,使用xCode version = 5.0 编译一个程序,刷到IOS7设备后,应用运行正常,但是刷新到IOSOrganizer 并切换到 Organizer - Devices 模式4:在左侧的导航条下,找到对应链接的设备,5:点击Concole即进入到设备控制台。 该控制台可以看成设备的操作日志,该控制台会打印出设备当前的操作,比如:打开应用的名称,应用Crashe的原因。上述步骤准备好后,就可以打开刚才崩溃的应用,就可以看到程序崩溃的信息,然后做出对应的操作了。Jason2014年02月13日
阅读全文
摘要:Link Address:http://blog.sina.com.cn/s/blog_4b55f68601018uhb.html今天编译ios6+cocos2dv2.1beta2制作的游戏,出现下面的错误:ld:fileisuniversal(3slices)butdoesnotcontaina(n)armv7sslice:/file/locationforarchitecturearmv7sclang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)仔细检查了下错误代码,发现主要是对几个第三方类库的不支持(比如lMob
阅读全文
posted @ 2012-11-15 09:39
摘要:LINK:http://www.cnblogs.com/gloolo/archive/2011/12/20/2295232.html解决方法:1)打开“终端” ---(英文:open a terminal)2)输入>svn checkout SERVER_PATH FOLDER_PATH_TO_PUT_THE_PROJECT (实际可能是 svn checkout https://xxx.com/xx xxProject) https://xxx.com/xx这个为服务器端地址,xxProject为项目名 --- (英文:>svn checkout SERVER_PATH FOLD
阅读全文
posted @ 2012-09-06 11:24
摘要:LINK ADDRESS:http://stackoverflow.com/questions/361799/xcode-unable-to-open-project-cannot-be-opened-because-the-project-file-cannoI came across this problem and my senior told me about a solution i.e:Right click on yourprojectname.xcodeprojfile hereprojectnamewill be the name of your project. Now a
阅读全文
posted @ 2012-09-06 10:06
摘要:http://www.cnblogs.com/crazyflyingsnow/archive/2011/08/03/2126381.html当你在iphone程序编程过程中,遇到"modifying layer that is being finalized",你要怎么办呢?一般来说这个问题都是由于重复释放一个UIView导致的。例如:UIView *view = [[UIView alloc] init] autorelease];[THE_SUPER_VIEW addSubview:view];[view release]这个时候,当程序运行到[view release
阅读全文
posted @ 2012-03-05 10:10
摘要:在使用SVN使用的过程中, 在更新文件的时候,SVN会锁定目录,等更新完毕后才可以再次更新, 如果我们短时间内重复操作或者复杂操作后,就有可能进入到死锁,这样我们就无法提交文件更新了。解决方法:把该目录解锁步骤:进入到命令工具CD到 要解锁的目录执行命令:svn cleanup文件解锁成功THE END !2012-02-28
阅读全文
posted @ 2012-02-28 21:38
摘要:错误:"___restore_vfp_d8_d15_regs", referenced from:原因:这个是主要是,编译所依赖的C++或者C库不一样,解决方法:打开TargetBuildCompiler version 替换为 LLVM compiler 1.6THE END !2012-02-28
阅读全文
posted @ 2012-02-28 18:31
浙公网安备 33010602011771号