码迷,mamicode.com
首页 > 移动开发 > 详细

coco2dx新建项目报错,ld: -pie can only be used when targeting iOS 4.2 or later clang: error: linker command

时间:2015-08-13 22:20:09      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:cocos2d-x   报错   新建项目   cocos2d   xcode   

在新建cocos2d-x以后,运行发现以下错误:

ld: -pie can only be used when targeting iOS 4.2 or later

clang: error: linker command failed with exit code 1 (use -v to see invocation)

如图所示:




技术分享


这时候,选中左上角的项目文件 ------>选中General ---------> DeploymentInfo 中 -------------> Deployment Target,

然后把里面的4.0改成相应的版本,这样再重新编译,如:


技术分享


修改以后,如图所示:


技术分享


然后再重新编译,就发现成功了:

技术分享



好,希望能帮到大家!

版权声明:本文为博主原创文章,未经博主允许不得转载。

coco2dx新建项目报错,ld: -pie can only be used when targeting iOS 4.2 or later clang: error: linker command

标签:cocos2d-x   报错   新建项目   cocos2d   xcode   

原文地址:http://blog.csdn.net/u013007305/article/details/47620581

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!