我对 Objective-C 比较陌生,而且对它还不太了解,所以对于这个可能是一个非常业余的问题,我深表歉意。
我正在尝试从 CLHeading 和 CLLocationDirection 获取磁航向。但是,我收到这行代码的编译错误:
locationLabel.text = [[[location course] magneticHeading] stringValue];
错误是:
warning: invalid receiver type 'CLLocationDirection'
error: cannot convert to a pointer type
我真的不明白我在这里做错了什么。请帮忙!