Opened 22 months ago
Closed 22 months ago
#66707 closed defect (invalid)
aquaterm @1.1.1: Failed to build
Reported by: | mmal (Maciej Maliborski) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | ventura | Cc: | mojca (Mojca Miklavec) |
Port: | aquaterm |
Description
aquaterm fails to build on Ventura 13.1 (22C65) with Xcode 14.2 (Build version 14C18). The log file (aquaterm/main.log) is attached.
Attachments (1)
Change History (4)
Changed 22 months ago by mmal (Maciej Maliborski)
comment:1 follow-up: 2 Changed 22 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | ventura added |
---|---|
Port: | aquaterm added |
comment:2 Changed 22 months ago by mmal (Maciej Maliborski)
Running xcodebuild -runFirstLaunch
fixed the problem. Many thanks!
Replying to ryandesign:
It looks like
xcodebuild
is trying to load thecom.apple.dt.IDESimulatorAvailability
plugin and it is crashing.The log says:
Please ensure Xcode packages are up-to-date — try running 'xcodebuild -runFirstLaunch'.Try doing that.
comment:3 Changed 22 months ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It looks like
xcodebuild
is trying to load thecom.apple.dt.IDESimulatorAvailability
plugin and it is crashing.The log says:
Try doing that.