잘 작동하는 iPhone (Xcode) 프로젝트가 있습니다. 갑자기 나는 NSLog
, UIActionSheet
및 내가 사용하고있는 몇 가지 다른 항목과 관련된 오류가 발생하기 때문에 무언가가 변경되었을 것입니다. 지금까지는 단지입니다. 내가 뭘 놓치고 있니? 어떤 도움 이라든지 대단히 감사 할 것입니다!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