2011-01-14 86 views
0

我正在整合日曆到我的應用程序,添加日曆後我得到錯誤,請幫助我的任何地方,這是問題。iPhone日曆整合問題

"_OBJC_CLASS_$_KalViewController", referenced from: 
     objc-class-ref-to-KalViewController in FertilityAppAppDelegate.o 

    "_KalDataSourceChangedNotification", referenced from: 
     _KalDataSourceChangedNotification$non_lazy_ptr in EventKitDataSource.o 

    (maybe you meant: _KalDataSourceChangedNotification$non_lazy_ptr) 


    "_OBJC_CLASS_$_EKEventViewController", referenced from: 
     objc-class-ref-to-EKEventViewController in FertilityAppAppDelegate.o 
+1

這些看起來像是你正在引用一個不再活着的對象。沒有代碼很難說,但你可以嘗試殭屍工具或NSZombieEnabled(這基本上是相同的) – nacho4d 2011-01-14 15:44:25

+0

已經添加NSZombieEnabled - YES,但沒有得到控制檯。 – SOF 2011-01-14 16:46:49

回答

-1

我添加了新的靜態庫到我的應用程序。工作中 。

1

驗證您是否添加了EventKitUI.framework。如果是刪除它並再次添加。

+0

後EventKit.framework刪除並添加新的_OBJC_CLASS _ $ _ EKEventViewController「,被清除。 – SOF 2011-01-14 16:48:16