Tommaso Piazza
Tommaso Piazza
I added support for symlinks to be able to replicate the structure of [Apple's framework bundles](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html#//apple_ref/doc/uid/20002253-BAJEJJAB). I believe the problem with that file is described in the article at "The...
@jgm I don't think it's necessary related to symlinks. The problem __might__ be, in my understanding, in the way the multiple Local File Header (LFH) and the Central directory header...
I'm not sure how to help you here. If all dependencies are public can you try without access token at all?
You should be using `carthage copy-frameworks`, that will strip your binaries during copy
> But for STRIP_STYLE = non-global we have to use -x as to why `-x` is missing: https://github.com/Carthage/Carthage/pull/2361#issuecomment-370429346 https://github.com/Carthage/Carthage/pull/2361#issuecomment-370436508
> But we need to be sure that setxattr are stored in Git properly. I would say we have have to make use that this property is preserved through zip/unzip/git...
Ok, let me take one step back here > It would be more informative if we will notify users about overridden build options by Carthage during the build phase as...
> Why does Carthage takes it upon itself to override things that should be controlled by the build settings? You can read yourself the motivation for the overrides. https://github.com/Carthage/Carthage/blob/49c7901f851384a358bac2e5d2333cabc4f91900/Source/CarthageKit/Xcode.swift#L695-L716 >...
I just tried and I think we're on the right path here. I'll try to make a branch so that you guys can check.