[TxMt] Re: insert template not working
Kyle Johnson
kbj at linguist.umass.edu
Sat Jul 16 17:08:17 UTC 2016
Thanks,
I don’t believe I have Xcode on my computer. I haven’t made any changes to Templates.nib. I’ll run ibtools if you can help me find where Template.nib might be. A simple find from my home directory doesn’t find it. (I’m not a very sophisticated computer user.)
Kyle
> On Jul 12, 2016, at 4:16 PM, Ronald Wampler <rdwampler at gmail.com> wrote:
>
> On Tue, Jul 12, 2016 at 03:34:09PM -0400, Kyle Johnson wrote:
>> Indeed, I get the following error:
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
>> <plist version="1.0">
>> <dict>
>> <key>returnCode</key>
>> <integer>-43</integer>
>> </dict>
>> </plist>
>> tm_dialog (async_close): Window '(null)' doesn't exist
>>
>>
>
> That's the error I expected. Did you make any changes to Templates.nib
> or save it with a recent version of Xcode?
>
> The API that we used to previously load nibs was deprecated and the new
> API only accepts compiled nibs/xib. So either it's in a different .nib
> package format than the one presently in the Latex.tmbundle repo or it's
> actually a .xib file.
>
> To resolve the issue you'll need to compile it using the command
>
> ibtool --compile Template.nib.bin Template.nib
>
> followed by,
>
> rm Template.nib; mv Template.nib.bin Template.nib
>
> -Ron
>
>
>
>
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com <mailto:textmate at lists.macromates.com>
> http://lists.macromates.com/listinfo/textmate <http://lists.macromates.com/listinfo/textmate>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20160716/635d43e8/attachment-0001.html>
More information about the textmate
mailing list