2012-04-24 4 views
1

私はLion osxでミニマックを使用していましたが、その後私はモノトーン試用版ソフトウェアをダウンロードした後、アプリケーションストアからXcode 4.3.2をインストールしました。私が使用して新しいプロジェクトをコンパイルすると、モノが、私は以下のエラーを取得開発:私はアンインストールしたXcodeの4.32をMonoTouch - インターフェースファイルのコンパイルに失敗しました

Failed to compile interface file. 

Building: 12 (Debug|iPhoneSimulator) 

Building Solution 12 

Building: 12 (Debug|iPhoneSimulator) 

Performing main compilation... 
/Developer/MonoTouch/usr/bin/smcs /noconfig "/out:/Users/aegonaegon/Projects/12/12/bin/iPhoneSimulator/Debug/12.exe" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" /nologo /warn:4 /debug:+ /debug:full /optimize- /codepage:utf8 "/define:DEBUG" /t:exe "/Users/aegonaegon/Projects/12/12/Main.cs" "/Users/aegonaegon/Projects/12/12/AppDelegate.cs" "/Users/aegonaegon/Projects/12/12/12ViewController.cs" "/Users/aegonaegon/Projects/12/12/12ViewController.designer.cs" 

Compiling interface definitions 
/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text "/Users/aegonaegon/Projects/12/12/12ViewController.xib" --compile "/Users/aegonaegon/Projects/12/12/bin/iPhoneSimulator/Debug/12.app/12ViewController.nib" --sdk "/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk" 
/* com.apple.ibtool.errors */ 
Internal Error: 
    Description: Illegal invocation. Try 'man ibtool' for more information. 
ibtool exited with code 1 
Build complete -- 1 error, 0 warnings 

---------------------- Done ---------------------- 

Build: 1 error, 0 warnings 

をしかし、誰成功に、モノを開発し、再インストール。 この問題に関するお手伝いがあれば助かります。

ありがとうございます。

答えて

2

以前のXcodeインストールの/ Developerに古いibtoolがある可能性があります。 /Developer/usr/bin/ibtool --versionは何を表示しますか?

あなたはこれを行うことにより、最新のibtoolを使用していることを確認することができます

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer

関連する問題