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  등록 절차
  1. In the project navigator, select your project
  2. Select your target
  3. Select the 'Build Phases' tab
  4. Open 'Link Binaries With Libraries' expander
  5. Click the '+' button
  6. Select your framework
  7. (optional) Drag and drop the added framework to the 'Frameworks' group