Wondering if anyone has come across this before; I've done a fair bit of searching, but haven't found anything.
I’m trying to make a signed package for Jamf Connect Notify with a cert made against the Jamf CA (need to shoot off a support ticket for that one, but that can wait), but Composer crashes with it, and I’ve isolated it to the following:
- If I make the package in Packages, import and then try to convert it to source in Composer, Composer crashes at the end of it
- If I make the package but edit the postinstall script to be #!/bin/sh prior to building, it will import/convert fine, but if I then edit it in Composer to be zsh, it crashes immediately upon saving.
It seems that Composer cannot handle #!/bin/zsh at all - I've tested this with versions from 10.48 through to 11.0.1, with the behaviour repeating.
Has anyone else come across this behaviour before? Very frustrating, as it's holding up getting the Notify panes tested.
(M2 MBA, Sonoma 14.1, Composer 10.48 through 11.0.1)