2011-12-30 3 views
0

내 프로젝트에 ASIHTTPRequest를 추가 한 후 (우연히 삭제 했음) XCode 4에서 iOS 5와 ARC를 연결하는 링크 오류가 발생합니다. 그러나 난잡한 스택 추적을 얻을 수 있습니다. 이것을 (의존성이없는) 의존성 또는 특정 파일로 고정시킵니다. 전체 오류는 다음과 같습니다XCode 4에서 오류 연결하기

GenerateDSYMFile /Users/echilon/Library/Developer/Xcode/DerivedData/ChickenPing-gymuuvfpbmmxkbffpepzepewikrk/Build/Products/Debug-iphoneos/ChickenPing.app.dSYM /Users/echilon/Library/Developer/Xcode/DerivedData/ChickenPing-gymuuvfpbmmxkbffpepzepewikrk/Build/Products/Debug-iphoneos/ChickenPing.app/ChickenPing 
    cd /Users/echilon/Documents/ChickenPing 
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
    /Developer/usr/bin/dsymutil /Users/echilon/Library/Developer/Xcode/DerivedData/ChickenPing-gymuuvfpbmmxkbffpepzepewikrk/Build/Products/Debug-iphoneos/ChickenPing.app/ChickenPing -o /Users/echilon/Library/Developer/Xcode/DerivedData/ChickenPing-gymuuvfpbmmxkbffpepzepewikrk/Build/Products/Debug-iphoneos/ChickenPing.app.dSYM 
+1

아무 것도 오류처럼 보이지 않습니다. – Dan

+0

프로젝트를 정리하고 다시 작성하십시오. 도서관에 오래된 고리가있을 수 있습니다. –

답변

0

이 궁극적으로 ASIHTTPRequest에서 ARC 지원의 부족에 의해 발생했다. 소스를 따로 따로 컴파일하려고 했음에도 불구하고 나는 그것을 버리고 다른 것을 사용해야했습니다.

관련 문제