Hi,
I tried to use xcodebuild with a .framework under $TMPDIR, but it failed like this
$ xcodebuild -create-xcframework -framework $TMPDIR/Hello.framework -output Hello.xcframework
error: cannot compute path of binary 'Path(str: "/private/var/folders/60/khbk2xqn1c5bml1byjn89dwc0000gn/T/Hello.framework/Versions/A/Hello")' relative to that of '/var/folders/60/khbk2xqn1c5bml1byjn89dwc0000gn/T/Hello.framework'
I think xcodebuild failed to resolve fullpaths with symblic links, as /var is a symbolic link to /private/var.
The Xcode version is 15.0. I think Xcode <15 didin't have this issue.
Thanks,