On Fri, Mar 12, 2010 at 9:53 PM, Marco Bonetti <[email protected]> wrote: > I think that the binary either fails to load needed xibs I got this too, well, almost. The problem here is that xibs have to be compiled before shipping them: simply copying them over to the application folder is not enough and the linux toolchain is not able to compile .xib files.
So, what can be done? The cleanest path would be that of getting rid of the xib and code the UI by hand, there's even an open source tool for translating xibs to obj-c code, I think it will be worth a look: http://github.com/akosma/nib2objc unfortunately looks like this tool needs OS X too :| Another solution would be that of providing compiled xib, this is messy but could be useful for a quick test. This solution will probably requires a developer certificate, although I think that those instructions http://www.alexwhittemore.com/?p=354 could be handy. Any other ideas, anyone? -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
