是否有办法使XCode与最经常、最没有解释的可可方法自动化?
例
NSString *myString = @"Hello";
//xcode sets autocomplete to look like this
[myString writeToFile:arg1 atomically:arg2];
//however that gets a warning from the debugger
//the method is deprecated. the new method is:
[myString writeToFile:arg1 atomically:arg2 encoding:arg3 error:arg4];
我先得主于悲哀,但我一直在走动,在出现问题时只使用汽车和检查文件。 我很想知道,为何用折旧方法自动完成最新的Piest SDKs的默认X代码配置。 能否改变?