代码之家  ›  专栏  ›  技术社区  ›  Coppermill

MonoTouch生成失败

  •  1
  • Coppermill  · 技术社区  · 16 年前

    好吧,我已经用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 回复  |  直到 16 年前
        1
  •  1
  •   Coppermill    16 年前

    我已经安装了用于OSX 10.5的iPhoneSDK,我需要去下载 由于您运行的是10.6.2版本,因此请为OSX 10.6安装正确的iPhone sdk。

    现在一切正常

        2
  •  0
  •   Ira Rainey    16 年前

    您是否安装了xcode和iphone sdk?没有它你不能用机器翻译来开发。

    推荐文章