xcode报错集合!

1。

EXC_BAD_ACCESS 这个错误,可以这么说,90%的错误来源在于对一个已经释放的对象进行release操作

 

2。

The run destination My Mac 64-bit is not valid for Running the scheme '*'

 

前几天Xcode换到了4.2 遇到了一些问题,之前的代码很多都不能运行,提示如标题所示的错误,在国外论坛上给出了解决办法,如下:

How to change the SDK: 1) 选择你的工程徐图标. 2)在右侧选择 Build Settings ----all. 3)找到Architectures---- Base SDK 修改成 the latest OS X就可以了

posted @ 2013-01-16 13:50  六界剑仙  阅读(105)  评论(0)    收藏  举报