iPhone 개발
XCode 4 오류모음
GoodDev
2011. 11. 9. 21:40
1. 컴파일시 아래와 같은 오류가 발생하면
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.5 (8L1) /Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
=> 프로젝트에 libxml2.dylib framework추가.
framework 등록 절차
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.5 (8L1) /Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
=> 프로젝트에 libxml2.dylib framework추가.
framework 등록 절차
- In the project navigator, select your project
- Select your target
- Select the 'Build Phases' tab
- Open 'Link Binaries With Libraries' expander
- Click the '+' button
- Select your framework
- (optional) Drag and drop the added framework to the 'Frameworks' group