gpt4 book ai didi

objective-c - 要在 objective-c 中使用 UTType 要包含什么 header ?

转载 作者:行者123 更新时间:2023-12-02 16:01:39 28 4
gpt4 key购买 nike

我有以下代码片段:

    NSString* filt = [NSString stringWithUTF8String:allowedExtensions[i].c_str()];
UTType *type = [UTType typeWithIdentifier:filt];

我收到错误 'Receiver 'UTType' for class message is a forward declaration'。如果我理解正确,这意味着未正确包含 UTType。我需要包含什么文件才能正确声明?我正在使用 cocoa 。我可以通过谷歌找到关于此的零信息。我正在使用 Xcode 13。我正在为 MacOS 开发。

此处列出的内容没有帮助:receiver type *** for instance message is a forward declaration

最佳答案

UTType 来自 UniformTypeIdentifiers framework

@import UniformTypeIdentifiers;

#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>

两者是等价的。

关于objective-c - 要在 objective-c 中使用 UTType 要包含什么 header ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70512722/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com