码迷,mamicode.com
首页 > 其他好文 > 详细

duplicate symbols for architecture i386 问题?

时间:2014-09-22 18:09:52      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   ar   for   文件   div   sp   art   

   

http://stackoverflow.com/questions/15057273/duplicate-symbols-for-architecture-i386-and-couldnt-find-same-name-of-class-and

 

解决:

 

Go to Project Target-> Build Phases->Look for multiple occurrences of same file under "Compile Sources". 

You can search for file name there as well.

Remove multiple occurrences from there.

 

中一个即可

 

是因为文件重复引用引起的. 解决办法很简单: 自己查看你的工程文件,看看有哪个文件导入了两次,删掉其中一个即可

 

 

 比如两个一样名字的controller

duplicate symbols for architecture i386 问题?

标签:style   http   io   ar   for   文件   div   sp   art   

原文地址:http://www.cnblogs.com/wuwangchuxin/p/3986237.html

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