3
我試過在我的iPhone上做一個靜態庫,但我不能夠在另一個項目中使用它。我收到此錯誤:如何解決鏈接錯誤 - 靜態庫iPhone
.objc_class_name_XMLParser", referenced from:
[email protected][email protected][email protected] in Minutes2MidnightViewController.o
".objc_class_name_TickerViewController", referenced from:
[email protected][email protected][email protected] in Minutes2MidnightViewController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
XML
和Ticker
是我的課,我使用他們的靜態庫是由和"MinutesToMidnight"
是我使用這個靜態庫項目。我認爲這與Linker錯誤有關,請幫我解決這個問題。