在 Windows 中打开 Xcode 项目
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15873461/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Open Xcode Project in windows
提问by bhawesh
I have developed my application for iPad on Mac Desktopand now I have to show the complete project to someone. Unfortunately I don't have MAC Notebook, I have only a laptop with Windows OS. How can I open and view my Xcode project on Windows in the same manner as in Xcode?
我已经在 Mac 桌面上为iPad开发了我的应用程序,现在我必须向某人展示完整的项目。不幸的是,我没有MAC 笔记本,我只有一台装有Windows 操作系统的笔记本电脑。如何以与在 Xcode 中相同的方式在 Windows 上打开和查看我的 Xcode 项目?
Note: I don't want to compile or debugmy project, all I want is to open and view the projectin a editor which gives me some basic feature like syntax highlighting and organized source code and resources.
注意:我不想编译或调试我的项目,我只想在编辑器中打开和查看项目,它为我提供了一些基本功能,如语法突出显示和有组织的源代码和资源。
回答by Dustin Kendall
If you run into this again, you can try Sublime Text. I just opened a folder that contained an xcode project and it opened them in the way you describe.
如果你再次遇到这种情况,你可以试试Sublime Text。我刚刚打开了一个包含 xcode 项目的文件夹,它以您描述的方式打开了它们。
回答by V-Xtreme
You have to install virtual machine to achieve this . But this is really painful process since there is large amount of the downloads and steps to follow . Go through the following link: http://ipodtoucher55.blogspot.in/2010/12/installing-ios-sdk-and-xcode-on-windows.html
你必须安装虚拟机来实现这一点。但这确实是一个痛苦的过程,因为有大量的下载和要遵循的步骤。通过以下链接:http: //ipodtoucher55.blogspot.in/2010/12/installing-ios-sdk-and-xcode-on-windows.html
But for just viewing the project in the windows this is not a practical thing to do.
但是对于仅在 Windows 中查看项目而言,这不是一件实际的事情。
回答by donparalias
Install TeamViewerin both machines..
在两台机器上安装TeamViewer..
Log in to your MAC through TeamViewer and show the code.
通过 TeamViewer 登录您的 MAC 并显示代码。