XcodeProj icon indicating copy to clipboard operation
XcodeProj copied to clipboard

Decoding PBXProj fails on Linux swift 6 runner

Open swwol opened this issue 1 year ago • 4 comments

When using tool which uses XcodeProj internally on a swift 6 linux runner, getting errors decoding - saying this platform does not support openstep format.

This seems to be because linux version of swift 6 does not support OpenStep format used by .pbxproj files

swwol avatar Jan 14 '25 16:01 swwol

Hey!

It'd be great if you could provide us with reproduction steps – without it, it's difficult for us to provide a fix.

fortmarek avatar Jan 17 '25 09:01 fortmarek

Same here : "The openStep format is unsupported on this platform."

L1MeN9Yu avatar Feb 07 '25 03:02 L1MeN9Yu

Related https://github.com/yonaskolb/XcodeGen/pull/1517 Haven't reviewed if the Swift fix landed in new releases but I assume it hasn't if people are running into it

marcosgriselli avatar Feb 22 '25 07:02 marcosgriselli

This appears to be fixed in Swift-Foundation but wont be released until Swift 6.1 is out: https://github.com/swiftlang/swift-foundation/pull/1002

waltflanagan avatar Feb 27 '25 20:02 waltflanagan