X $ C $的C 4越野车的自动完成

X $ C $的C 4越野车的自动完成

问题描述:

你还面临着以X code 4自动完成功能,用于在版本3.x.x工作带来极大的问题?

do you face also the problems with Xcode 4 autocomplete feature that used to work great on version 3.x.x?

我已经导入在preFIX一些类和X code不想要帮助我的code项。我必须手动添加上述@implementation

I've imported in the Prefix some classes and Xcode doesn't want to help me with the code entry. I have to manually add above @implementation

为使X code有助于我进入教室名称,属性,方法,在myclass.h定义的宏。在3.x.x我可以在preFIX导入这些重要的类一次,并且自动完成功能没有任何问题的项目工作的任何地方。

To make Xcode help me entering the class name, properties, methods, macros defined in the myclass.h. On 3.x.x I could import those important classes once in the prefix and the autocomplete feature worked without any problems anywhere in the project.

有时候X $ C $ç那张更傻,它不希望我帮键入类,如的UIButton,UIView的和喜欢的常用方法
addTarget:动作:forControlEvents:我的按钮

Sometimes Xcode goes even more stupid, it doesn't want me to help typing the classes like UIButton, UIView and the common method like addTarget:action:forControlEvents: for my buttons.

你也有我在X code 4所提到的问题,任何解决方案?

Do you also has the problems I mentioned in the Xcode 4, any solutions?

我能够通过设置 precompile preFIX头来纠正这个问题否在构建设置。

I was able to correct this issue by setting Precompile Prefix Header to No in the build settings.