[texshop] Error which I don't understand

Bruno Voisin bvoisin at icloud.com
Sun Sep 25 20:15:48 CEST 2022


> Le 25 sept. 2022 à 18:08, Bruno Voisin via texshop <texshop at tug.org> a écrit :
> 
>> Le 25 sept. 2022 à 16:51, Ulrich Groh <ulgr at fa.uni-tuebingen.de> a écrit :
>> 
>> Compiling a normal LaTeX-Beamer document I got the error message that I have to install the Xcode tool „lipo“ (see screen shot). Why happens this?
> 
> "file biber" would tell you which architecture(s) the biber binary is compiled for. But I don’t remember whether "file" is part of macOS or requires Xcode or the Command Line Tools. And I don’t have my Mac at hand to check.

Do you have a test file that you could attach to your message, reproducing this behaviour? I'm not a biber (nor beamer) user myself, so it's hard to guess what can be happening.

Tests I've done so far, based on some of the error messages on your screenshot:


% file /Library/TeX/texbin/biber
/Library/TeX/texbin/biber: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64]
/Library/TeX/texbin/biber (for architecture x86_64): Mach-O 64-bit executable x86_64
/Library/TeX/texbin/biber (for architecture arm64): Mach-O 64-bit executable arm64


% dsymutil -s /Applications/Xcode-beta.app/Contents/PlugIns/IDESimulatorAvailability.ideplugin/Contents/MacOS/IDESimulatorAvailability  
----------------------------------------------------------------------
Symbol table for: '/Applications/Xcode-beta.app/Contents/PlugIns/IDESimulatorAvailability.ideplugin/Contents/MacOS/IDESimulatorAvailability' (x86_64)
----------------------------------------------------------------------
[...]
[   700] 00001ffa 01 (     UNDF EXT) 00     0300   0000000000000000 '_OBJC_CLASS_$_SimDiskImage'
[   701] 00002015 01 (     UNDF EXT) 00     0300   0000000000000000 '_OBJC_CLASS_$_SimDiskImageIdentifier'
[   702] 0000203a 01 (     UNDF EXT) 00     0300   0000000000000000 '_OBJC_CLASS_$_SimDiskImageManager'

----------------------------------------------------------------------
Symbol table for: '/Applications/Xcode-beta.app/Contents/PlugIns/IDESimulatorAvailability.ideplugin/Contents/MacOS/IDESimulatorAvailability' (arm64)
----------------------------------------------------------------------
[...]
[   697] 00001ffa 01 (     UNDF EXT) 00     0300   0000000000000000 '_OBJC_CLASS_$_SimDiskImage'
[   698] 00002015 01 (     UNDF EXT) 00     0300   0000000000000000 '_OBJC_CLASS_$_SimDiskImageIdentifier'
[   699] 0000203a 01 (     UNDF EXT) 00     0300   0000000000000000 '_OBJC_CLASS_$_SimDiskImageManager'


It doesn't tell much, other that some of the elements reported missing on your screenshot seem present on my setup (macOS Ventura 13.0 Beta 8, Xcode 14.1 Beta 2, MacTex 2022, Apple Silicon M1 processor). But I've no idea whether that's relevant.

Bruno






More information about the texshop mailing list.