Monotouch - 将 Xcode 安装到与默认文件夹不同的问题
我们设置了一台新的 Mac,将 xcode3 安装到 /Developer/xcode3 文件夹,而不是默认的 /Developer
当我们运行 Monotouch 时,会显示“Apple iPhone SDK 未安装”
如何告诉 Monotouch 在 /developer/xcode3 而不是默认值中查找?
伊恩
We set up a new Mac, installed xcode3 to the /Developer/xcode3 folder instead of the default /Developer
When we run Monotouch is says that "The Apple iPhone SDK is not installed"
How do I tell Monotouch to look in /developer/xcode3 instead of the default?
Ian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚开始的时候就遇到了这个问题,并用它来解决。
http://blog.ehuna.org/2011/01/monodevelop_how_to_fix_the_bui.html
虽然如果您决定迁移到 xcode4 可能会产生一些副作用(不确定 monotouch 是否支持此功能),
但据我所知,没有办法更改 monotouch 中的 SDK 路径。
I encountered this problem when I first started and used this for a solution.
http://blog.ehuna.org/2011/01/monodevelop_how_to_fix_the_bui.html
Although there may be some side effects if you decide to move to xcode4 (not sure if monotouch supports this yet)
As far as I know there isn't a way to change the SDK path in monotouch.