链接XCode 4中的错误

时间:2011-12-30 14:16:06

标签: ios xcode asihttprequest automatic-ref-counting clang

在我的项目中添加了ASIHTTPRequest(顺便说一句,我现在已经删除了),我在XCode 4上将针对iOS 5的链接错误与ARC相关联。我得到了一个神秘的堆栈跟踪,但还有其他任何方法可以将其固定到(缺少?)依赖或特定文件。完整的错误是:

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 个答案:

答案 0 :(得分:0)

这最终是由于ASIHTTPRequest缺乏ARC支持造成的。尽管尝试单独编译源代码,但我不得不放弃它并使用其他东西。