如何在 XCODE 4 上设置 SDL?
我在 Xcode 4 上使用示例模板和整体安装 SDL 时遇到问题。 没有教程,旧模板根本不起作用! 如果有人有 Xcode 4 SDL 模板,请分享。
编辑: @Joshua Nozzi 我尝试从旧版本的 XCODE 3.2 打开模板,它打开了,但项目中没有文件,它说 - 缺少基础 sdk。我尝试添加 SDL.framework 但没有帮助!
I'm having troubles with sample templates and overall installing of SDL on my Xcode 4.
There are no tutorials and old templates just don't work!
If anybody has Xcode 4 SDL templates, please share.
EDIT:
@Joshua Nozzi I tried opening template from old version of XCODE, 3.2 and it opened, but there were no files in the project and it said - base sdk missing. I tried adding SDL.framework but it didn't help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚将我的工作 SDL 测试 Xcode 项目作为公共 Github 存储库推送,因此请随意查看它是否适合您: https ://github.com/Ricket/HelloSDL
I just pushed my working SDL test Xcode project as a public Github repository, so feel free to see if it works for you: https://github.com/Ricket/HelloSDL