xCode 命令行 >地基问题
我正在尝试设置命令行>基金会“你好世界”项目。 (如《Learning Objective C for mac》一书中所写)...当我选择“build &”时使用该项目的默认设置运行'我得到 4 个错误,而不修改任何代码!?
错误:
stdarg.h: no such file or directory
float.h: no such file or directory
xmmintrin.h: no such file or directory
expected specifier-qualifier-list
I'm trying to set up a command-line > foundation "hello world" project. (as written in the book 'learning objective C for mac') ...When I select 'build & run' with the default settings for this project I get 4 errors, without modifying any code!?
errors:
stdarg.h: no such file or directory
float.h: no such file or directory
xmmintrin.h: no such file or directory
expected specifier-qualifier-list
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 支持已解决!
项目在 10.4 SDK 而不是 10.6 SDK 下运行。 (通过选择左侧窗格中的项目标题,然后选择“信息”选项来更改此设置)
Solved by Apple Support!
Project was running under 10.4 SDK instead of 10.6 SDK. (Changed this by selecting the Project title in the left pane and then the 'info' option)