使用不同版本的XCode出现的问题:fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZ...
分类:
移动开发 时间:
2014-07-16 22:58:17
阅读次数:
185
1、利用xcode6控件搭成计算器界面2、程序#import "ViewController.h"@interface ViewController (){ float result; int i;}@property (weak, nonatomic) IBOutlet UILabel *lab....
分类:
其他好文 时间:
2014-07-16 20:31:06
阅读次数:
334
When using MacOS with xcode6-beta, i always meet these error:xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer")...
分类:
移动开发 时间:
2014-07-11 10:04:53
阅读次数:
244
在上一篇文章中,我们论述了iOS与EV3结合后机器人开发的无限可能,那么,大家要不要一起来Hacking一把呢?为了能够完整地完成我接下来我讲的项目,我们需要做以下准备:1、一台Mac运行MAC OS X 10.9.3以上的操作系统。2、Xcode6。这是iOS在Mac上的开发工具。我们将使用Xcode来进行所有的项目程序的编写3、一两个iOS设备,iPhone或iPad都行。实际上大家最好有两个...
分类:
移动开发 时间:
2014-07-11 00:52:26
阅读次数:
256
xcode6在10.9.4crash解决过程记录...
分类:
其他好文 时间:
2014-07-10 19:34:40
阅读次数:
179
1、点开Xcode的选择第二项创建一个新工程2、选择第三个singie view Application 3、第一项为工程名 第二项(随便取)4、选择工程保存路径工程就新建好的
分类:
其他好文 时间:
2014-07-09 13:40:34
阅读次数:
172
使用不同版本的XCode出现的问题:
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm":
file not found' note: a...
分类:
其他好文 时间:
2014-07-08 15:36:55
阅读次数:
168
这下可好。Source kit service terminated Editor functionality temporarily limited运行以下代码出现了以上的提示。。。另外,还压根就不知道这个是什么原因千万的。stackoverflow 上面有人说这个是xcode6 beta的一个B...
分类:
其他好文 时间:
2014-07-05 17:42:19
阅读次数:
257
电脑中装了二个xcode版本,一个是xcode6-beta,一个是xcode5.1.1,每次打开工程时,默认是用xcode6-beta打开。在简介中修改打开方式也没用,没来在stackoverflow中找到答案After reading about LaunchServices in OS X I ...
分类:
移动开发 时间:
2014-07-01 18:32:26
阅读次数:
285