如何通过 makefile 编译 .pbxproj 项目
我从 Apple 开源存储库下载了一些源代码。 这些项目是 .pbxproj 文件,我可以在 XCode 中打开它们。 但我需要将项目导出到 Makefile/Configure 配置。
我用谷歌搜索了一下,发现了一些关于 pbxbuild 的评论,但可以 找不到下载链接,我不确定这是否是我需要的。
我还尝试了一个名为 pbtomake 的工具,该工具在项目文件上失败了。 我猜它太旧了。
I've downloaded some source code from Apple open source repository.
The projects are .pbxproj files which I can open in XCode.
But I need to export the project to a Makefile/Configure configuration.
I've googled around and found some comments about pbxbuild but could
not find a download link and I'm not sure it is what I need anyway.
Also I tried a tool called pbtomake which failed on the project file.
I guess it's too old.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
pbxbuild
已过时 - 您需要xcodebuild
:pbxbuild
is obsolete - you needxcodebuild
: