嘗試編譯時出現這4個錯誤。我嘗試了其他一些解決方案,但他們都沒有工作。以下是錯誤日誌:4「架構i386的未定義符號:」嘗試編譯時出錯
感謝您的幫助!
Undefined symbols for architecture i386:
"_kJAHeadlineViewHeight", referenced from:
-[MasterViewController minimizeTableView] in MasterViewController-A88C42CB51855C04.o
-[MasterViewController scrollViewDidScroll:] in MasterViewController-A88C42CB51855C04.o
"_kJAMinimizedVisibleTopHeight", referenced from:
-[MasterViewController minimizeTableView] in MasterViewController-A88C42CB51855C04.o
"_kJATableViewAnimationSpeed", referenced from:
-[MasterViewController minimizeTableView] in MasterViewController-A88C42CB51855C04.o
-[MasterViewController maximizeTableView] in MasterViewController-A88C42CB51855C04.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我在我的代碼中調用它,但你能給我一個你的意思嗎? –