2011-09-08 65 views
1

我試圖做弱連接到NSSystemClockDidChangeNotification常量。按照蘋果的文檔,我寫弱連接NSSystemClockDidChangeNotification常量

extern NSString * const NSSystemClockDidChangeNotification __attribute__((weak_import)); 

我得到一個錯誤,

「_NSSystemClockDidChangeNotification」,從引用:在DateTimeChange_NotifAppDelegate.o (也許你的意思

_NSSystemClockDidChangeNotification $ non_lazy_ptr:_NSSystemClockDidChangeNotification $ non_lazy_ptr )

ld:symbol(s)not found

collect2:ld返回1退出狀態

如何解決此問題?

回答

1

「_NSSystemClockDidChangeNotification」,從引用:

意味着NSSystemClockDidChangeNotification常量不存在於basesdk你是using.what是basesdk您正在使用? 只是檢查它,我覺得這個常數出現在10.6及以後