Re: [Pyobjc-dev] Moving from XCode to py2app: xib trouble
Brought to you by:
ronaldoussoren
|
From: Nicholas R. <nj...@ui...> - 2008-05-19 06:22:03
|
On May 18, 2008, at 11:46 AM, Orestis Markou wrote: > After some investigation, I've learned that nib files are now actually > compiled from xib files, which doesn't happen when I use py2app. > > What step am I missing? xib files are new in Leopard's Interface Builder 3; py2app probably hasn't been updated to work with them. You can use "ibtool foo.xib --compile foo.nib" to compile a nib from the command line as part of your build process, or probably easier, use "Save As" in Interface Builder to save a nib. IB3 works just fine with nibs as well as xib files. It would make sense for py2app to invoke ibtool for you, I guess. -- Nicholas Riley <nj...@ui...> | <http://www.uiuc.edu/ph/www/njriley> |