开发者

Monotouch - Ibtool does not exist in any folders referenced in the PATH environment variable

I've just installed monotouch and having a problem with my first build of an unchanged IPhone template project. The build is not finding Ibtool in any of the folders in the PATH environment variable. I get the following message :

Build failed. ApplicationName='ibtool', CommandLine=....

If I do a search for Ibtool, it is in folder /Developer/usr/bin, which is not referenced in the PATH environment va开发者_开发百科riable.

My UNIX is very rusty - I've tried changing the PATH variable to add this path in the terminal window, but this does not persist.

Help!


Have you recently upgraded to Snow Leopard without downloading the Snow Leopard version of Xcode? I've seen that the Snow Leopard upgrade might leave Xcode alone and this error will start showing up.

Additionally, make sure you install Xcode and MonoTouch on the Boot partition.


In Snow Leopard & XCode 3.2.1, ibtool is located at /Developer/usr/bin/ibtool, which normally isn't in your search path. You can specify the full path to run ibtool, or if you're calling it from a shell script or makefile, do something like:

IBTOOL=/Developer/usr/bin/ibtool
${IBTOOL} --strings-file MainMenu.strings --write MainMenu.nib ../English.lproj/MainMenu.nib
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜