ld:找不到符号dyld_stub_binding_helper,通常在crt1.o / dylib1.o / bundle1.o中用于架构i386 xcode 5

我创build了iphone / ipad的应用程序,由xcode 4和iOS6运行良好,我安装了xcode 5,我试图运行我的应用程序,但它现在给我下面的错误

在这里输入图像说明

ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) 

我怎样才能解决这个问题? 希望有人帮助我。 提前致谢。

对于我来说,我还需要将Deployment Targetolder version 3.07.0

我解决了它。 我忘了将部署目标更改为7.0,而且是3。

你只需要改变架构是armv7。

在这里输入图像说明

如果编译器是GCC,也改用LLVM,

在这里输入图像说明

还需要将部署目标3.0更改为7.0。