내가 NSDistribtedNotificationCenter에 알림을 게시하려고하지만 콘솔에서 이러한 메시지를 얻을 :NSDistributedNotificationCenter 알림에 실패 했습니까?
3/22/11 오후 10시 26분 53초 AIM [138] * 분산 알림을 게시 할 수 시도 (AIMIncomingMessages) 비 사전 userInfo (또는 유효한 속성 목록이 아닌)가 무시됩니다.
이것은 무엇을 의미합니까?
편집 :
[[NSDistributedNotificationCenter defaultCenter] postNotificationName:@"AIMIncomingMessages"
object:nil
userInfo:[NSDictionary dictionaryWithObjectsAndKeys:
@"Event Source", [NSNumber numberWithInt:3],
@"Message:", [arg2 attributedString],
@"Username:", [arg3 name],
@"Timestamp:", [NSDate date],
nil]
deliverImmediately: YES];
방금 관련 소스를 추가했습니다. 도움을 주셔서 감사합니다. – user635064
굉장합니다! – user635064