Xcode 4.4对于网点不需要@synthesize
。然而,当我在Xcode中使用Referencing Outlet连接器时,它仍会生成它。反正告诉它不要生成@synthesize
?我在项目和prefs中寻找设置,但找不到任何东西。
它在.m文件中生成的示例:
@synthesize name = _name;
@synthesize lastName = _lastName;
答案 0 :(得分:0)
您可以通过单击左侧Project Navigator中的项目名称关闭合成警告,然后单击Build Settings中的All Cobined,然后搜索合成。那应该设置为No。