MonoTouch构建失败

时间:2010-02-01 11:14:05

标签: ios-simulator xamarin.ios

好吧,我一直在使用MonoTouch构建大约6个小时而且我已经碰壁了,我做了什么尝试运行并构建我的应用程序我得到构建失败,但构建窗口不告诉我为什么它是失败。

代码非常基础且正确。

有人可以帮帮我吗?

Building: HelloiPhone (Debug|iPhoneSimulator)

Building Solution HelloiPhone

Building: HelloiPhone (Debug|iPhoneSimulator)
Performing main compilation...

Updating CodeBehind files

Compiling interface definitions
ibtool "/Users/Bryan/Projects/HelloiPhone/HelloiPhone/MainWindow.xib" --compile "/Users/Bryan/Projects/HelloiPhone/HelloiPhone/bin/iPhoneSimulator/Debug/HelloiPhone.app/MainWindow.nib"

Build failed. ApplicationName='ibtool', CommandLine='"/Users/Bryan/Projects/HelloiPhone/HelloiPhone/MainWindow.xib" --compile "/Users/Bryan/Projects/HelloiPhone/HelloiPhone/bin/iPhoneSimulator/Debug/HelloiPhone.app/MainWindow.nib"', CurrentDirectory='/Users/Bryan/Projects/HelloiPhone/HelloiPhone/bin/iPhoneSimulator/Debug'

2 个答案:

答案 0 :(得分:1)

我安装了OSX 10.5的iPhone SDK,我需要去下载 安装正确的OSX 10.6 iPhone SDK,因为您运行的是10.6.2。

现在全力以赴

答案 1 :(得分:0)

您是否安装了XCode和iPhone SDK?没有它,你无法使用MT进行开发。