我有一個iPhone(Xcode)項目工作正常。有些東西一定是被改變了,因爲突然之間我得到的錯誤涉及到NSLog
,UIActionSheet
,以及其他一些我一直在使用的項目JUST FINE。我錯過了什麼?任何援助將非常感謝!iPhone - 奇怪的編譯錯誤
Checking Dependencies
Ld /Users/markgoldberg/Documents/iPhoneApps/iPhone_PNP/build/Debug-iphonesimulator/iPhone_PNP.app/iPhone_PNP normal i386
cd /Users/markgoldberg/Documents/iPhoneApps/iPhone_PNP
setenv MACOSX_DEPLOYMENT_TARGET 10.5
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk -L/Users/markgoldberg/Documents/iPhoneApps/iPhone_PNP/build/Debug-iphonesimulator -F/Users/markgoldberg/Documents/iPhoneApps/iPhone_PNP/build/Debug-iphonesimulator -filelist /Users/markgoldberg/Documents/iPhoneApps/iPhone_PNP/build/iPhone_PNP.build/Debug-iphonesimulator/iPhone_PNP.build/Objects-normal/i386/iPhone_PNP.LinkFileList -mmacosx-version-min=10.5 -framework Foundation -framework UIKit -framework CoreGraphics -o /Users/markgoldberg/Documents/iPhoneApps/iPhone_PNP/build/Debug-iphonesimulator/iPhone_PNP.app/iPhone_PNP
Undefined symbols:
".objc_class_name_SettingsWindowViewController", referenced from:
[email protected][email protected][email protected] in iPhone_PNPAppDelegate.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
請參閱下面的帖子。 – Dutchie432 2009-04-14 16:51:06