Fork me on GitHub

2012年3月21日

摘要: 1.Command-Option-Shift-K to clean out the build folder XCode4.2 finder中找到 /Users/apple/Library/Developer/Xcode (注:Library资源库是隐藏的文件夹) 里面有DerivedData和Snapshots两个文件夹,删除里面文件即可 Removeallits contents because there's a bug where Xcode will run an old version of your project that's in there somewher 阅读全文
posted @ 2012-03-21 00:35 pengyingh 阅读(27121) 评论(0) 推荐(2)
摘要: 今天晚上开始使用Xcode4,初窥历程如下。一、下载安装Xcode4因为我需要让Xcode4和老版本共存,在安装Xcode4时选择其他安装路径,安装成功后在xcode4安装目录下改名Xcode.app为Xcode4.app以区分老版本,随便找一个xcodeproj文件,右键GetInfo,在Open with里面选择Xcode4并点击Change All以设置文件类型关联。二、熟悉界面打开Xcode,大概浏览下界面的变化,到处乱点下看是啥东西,把Xcode菜单浏览一遍。有空的话可以看看帮助文档里面关于源代码管理的部分。试着建一个HelloWorld项目,并操作下IB链接。三、配置代码编辑器的字 阅读全文
posted @ 2012-03-21 00:24 pengyingh 阅读(1677) 评论(0) 推荐(0)

导航