无法使用 XCode 4 启动 .xcodeproj
尽管在 xcodeproj 文件的信息面板上将 XCode (4.0.1) 设置为默认启动器并单击“全部更改”按钮,xcode 项目似乎仍然启动 XCode 3。
我的 XCode 3.2.5 安装在 /Developer 和 XCode 中/XCode4 中的 4.0.1
这应该是一个问题吗?
Despite setting XCode (4.0.1) as the default launcher on the info panel of a xcodeproj file and clicking the "Change All" button, xcode projects still seem to launch XCode 3.
My XCode 3.2.5 is installed in /Developer and XCode 4.0.1 in /XCode4
Should this be a problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
回答我自己的问题。
显然,将 /Developer 重命名为 /XCode3 并将 /XCode4 重命名为 /Developer 修复了此问题。
不确定其他人是否也有这个问题。
Answering my own question.,
Apparently, renaming /Developer to /XCode3 and /XCode4 to /Developer fixed this.
Not sure if anyone else have this issue.
您是否尝试过打开 XCode4 并加载 xcodeproj ?如果有效的话,那么 XCode4 本身就没有问题。否则,请尝试使用上下文菜单中的“打开方式”。
Have you try to Open XCode4 and load the xcodeproj? If it works, then there's no problem with XCode4 itself. Otherwise, try to use Open With in the context menu.