1

好的,我已经使用 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'
4

2 回答 2

1

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

现在全面工作

于 2010-02-01T18:37:20.453 回答
0

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

于 2010-02-01T13:27:44.717 回答