gpt4 book ai didi

iPhone nslog "EXC_BAD_ACCESS"

转载 作者:行者123 更新时间:2023-12-03 18:34:00 26 4
gpt4 key购买 nike

我正在尝试使用 NSLog 来打印控制台消息。问题是有时我在调用它时收到“EXC_BAD_ACCESS”错误

-(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
{
NSLog(@"Working test %d", toInterfaceOrientation);
NSLog(@"EXC_BAD_ACCESS %@", toInterfaceOrientation);
}

这里我只是想看看传递给函数的参数包含什么。第一个 NSLog 工作正常。第二个导致“EXC_BAD_ACCESS”,我不明白为什么?。

最佳答案

%@ 仅适用于对象。并且 toInterfaceOrientation 不是一个对象。

正如您在 UIInterfaceOrientation 的文档中看到的那样这只是一个enum

关于iPhone nslog "EXC_BAD_ACCESS",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5132778/

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