这是由于Xcode15缺少了"CategoryNSObject"和"ExtensionNSObject"两个文件引起的,解决办法就是将这两个加进去就好了。
路径:/Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates/MultiPlatform/Source/Objective-C File.xctemplate
本文介绍了在Xcode15中遇到的因缺失CategoryNSObject和ExtensionNSObject文件而导致的问题,提供了解决方案,即在指定的文件模板路径下添加这两个文件。
这是由于Xcode15缺少了"CategoryNSObject"和"ExtensionNSObject"两个文件引起的,解决办法就是将这两个加进去就好了。
路径:/Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates/MultiPlatform/Source/Objective-C File.xctemplate

被折叠的 条评论
为什么被折叠?