Opened 6 months ago

Last modified 5 months ago

#68729 assigned defect

TeXShop @5.22_0 fails to build on Ventura 13.6.1

Reported by: msrski59 Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: TeXShop

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Using Xcode version 15.0.1, TeXShop fails to build with error:

info:build error: failed to deserialize Info.plist task context: Deserialization failed: SDK lookup failed for canonical name: macosx13.3 (in target 'TeXShop' from project 'TeXShop')

Log attached.

Attachments (1)

main.log (2.6 MB) - added by msrski59 6 months ago.

Change History (5)

Changed 6 months ago by msrski59

Attachment: main.log added

comment:1 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to Schamschula
Status: newassigned

comment:2 Changed 6 months ago by Schamschula (Marius Schamschula)

I'm aware of this issue.

The problem is that Xcode 15.0.1 has the following

ls -l /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs 
total 0
drwxr-xr-x  7 root  wheel  224 Aug 31 14:12 MacOSX.sdk
lrwxr-xr-x  1 root  wheel   10 Oct 24 13:35 MacOSX14.0.sdk -> MacOSX.sdk
lrwxr-xr-x  1 root  wheel   10 Oct 24 13:35 MacOSX14.sdk -> MacOSX.sdk

My local workaround was to add the link

ln -s MacOSX.sdk MacOSX13.3.sdk

in that directory.

Last edited 5 months ago by Schamschula (Marius Schamschula) (previous) (diff)

comment:3 Changed 6 months ago by msrski59

Many thanks for the workaround. TeXShop now builds.

comment:4 Changed 5 months ago by Schamschula (Marius Schamschula)

The problem persists with Xcode 15.1.

I had to re-create the link.

Note: See TracTickets for help on using tickets.