(MonoTouch):未安装 Apple iPhone SDK
我想使用 C# / .net 构建 Iphone 应用程序
当我在 MonoDevelop 应用程序中为 Monotouch 构建简单应用程序时,出现以下错误:
未安装 Apple iPhone SDK。
我可能错误地为 MonoTouch 安装的软件不正常。有什么办法可以修复我的安装吗?
以下是我的系统详细信息:
Mac OS X 版本:10.5.8
处理器:2.8 GHz Intel Core 2 Duo
下载并安装:
XCode 3.1.3 单声道 2.6.7(英特尔) 单开发2.4.2 MonoTouch (eval 3-1.2.6)
如果我的无序安装弄乱了我的 IDE 并且无法构建解决方案,有什么方法可以修复安装吗?
我返回并按照正确的顺序安装了上述软件,但在 MonoDevelop 中进行构建时仍然收到以下错误消息
Apple iPhone SDK 未安装。
请帮助我!!!!
I would like to build Iphone applications using C# / .net
When I build my simple application in MonoDevelop application for Monotouch, I get the following error:
The Apple iPhone SDK is not installed.
By mistake I may have installed software out of order for MonoTouch. Is there any way to fix my installation?
Here are my system details:
Mac OS X version : 10.5.8
Processor: 2.8 GHz Intel Core 2 Duo
Downloaded and installed:
XCode 3.1.3
Mono 2.6.7 (Intel)
MonoDevelop 2.4.2
MonoTouch (eval 3-1.2.6)
If my out of order installs has messed up my IDE and not being able to build the solution, is there any way I could fix the install?
I went back and installed the above mentioned software in the correct order and I am still getting the following error message upon doing the build in MonoDevelop
The Apple iPhone SDK is not installed.
Please help me!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
MonoTouch(如 iOS SDK)需要 OSX 10.6。按顺序安装以下内容:
MonoTouch (like the iOS SDK) requires OSX 10.6. Install the following in order:
您需要在 Xcode 之后安装 MonoDevelop。
首先,使用苹果软件更新工具升级到最新的iOS。然后,下载 Xcode。
转到查找器>应用领域>> MonoDevelop。右键单击它并选择垃圾箱。返回安装程序并重新安装。
You need to install MonoDevelop after Xcode.
First, upgrade to the latest iOS using the apple software update tool. Then, download Xcode.
Go to Finder > Applications > MonoDevelop. Right click it and select trash. Go back to the installer and reinstall it.
Monotouch 安装文档声称支持 10.5。
假设情况仍然如此,您将需要安装支持 10.5 的旧版 iOS SDK,即 3.1.3。
有关在哪里可以找到旧版 iOS SDK 的详细信息,请参阅此问题。
The Monotouch installation documentation claims that 10.5 is supported.
Assuming that this is still the case, you will need to install an older iOS SDK that supports 10.5, ie 3.1.3.
See this question for details on where to find the older iOS SDK.
在购买了 Snow Leopard (10.6.3)、升级到 10.6.6 并按照正确的顺序安装了所有东西后,我就能够启动并运行了。
现在我正在愉快地使用 MonoTouch 进行开发。
I was able to be up and running after I bought snow leapord (10.6.3) , upgraded to 10.6.6, and installed every thing in the right order.
Now I am developing happily with MonoTouch.