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

#import "yourview.m";

 

if you use this import operation,you will get this error: 

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

 

use #import "yourview.h"; to fix it! 

posted @ 2012-06-29 15:24  snowlueng  阅读(345)  评论(0编辑  收藏  举报