您的位置:首页 > Web前端

iOS Dev (18) Undefined symbols for architecture xxx: "_main", referenced from ...

2014-01-06 13:01 483 查看
Undefined symbols for architecture i386:

"_main", referenced from:

start in crt1.o

ld: symbol(s) not found for architecture i386

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

-

解决办法:检查Build Phases, Compile Sources是不是少元素,尤其是 Supporting Files/main.m
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐