gpt4 book ai didi

cocoa - SecurityKit问题,雪豹

转载 作者:行者123 更新时间:2023-12-03 17:07:36 25 4
gpt4 key购买 nike

非常简单的问题,但我似乎无法让它发挥作用。

想象一下下面的代码,为什么编译器会给我下面的错误?我已经导入了相关的头文件,包括框架。目标是 10.6。

#import <Security/Security.h>


- (void) snowLeopardCodeSignCheck
{
SecStaticCodeRef ref = NULL;
}



'SecStaticCodeRef' undeclared (first use in this function)

error: expected ';' before 'ref'

最佳答案

因为 Security.h 不包含任何会导致包含 CSCommon.h 的 header 。您需要包括 <Security/SecStaticCode.h> .

您可能想要file a bug关于这个。

关于cocoa - SecurityKit问题,雪豹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3651633/

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