2011-12-30 174 views
0

将ASIHTTPRequest添加到我的项目(顺便说我现在已经删除)后,我得到了针对iOS 5的链接错误和XCode 4上的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 2011-12-30 14:17:29

+0

尝试清理您的项目和重建。图书馆可能有一些旧的挂钩。 – 2011-12-30 18:59:14

回答

0

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