Yonas Kolb

Results 238 comments of Yonas Kolb
trafficstars

Interesting, I’ll need to debug this. They should indeed be showing up with just the name, and linking correctly. Are you also adding the vendor directory as a target source?...

Are you able to share more of your spec @xgalaxy? Do you have the `createIntermediateGroups` options on, any `fileGroups`, included `Vendor` or it's sub directories as sources?

Your spec looks fine. I downloaded the realm frameworks and couldn't get them to link properly even manually, which is strange. How did you accomplish it? I've fixed the issue...

I think this PR should solve this https://github.com/yonaskolb/XcodeGen/pull/1039

> I think this PR should solve this #1039 Sorry no, that's something else 👍

This would require adding a `codeSign` boolean to the `copyFiles` in https://github.com/yonaskolb/XcodeGen/blob/master/Sources/ProjectSpec/BuildPhaseSpec.swift#L23 Happy to accept a PR for this. Otherwise the workaround posted above by @alexandre-janniaux about adding `CodeSignOnCopy` to...

Yeah I'm open to releasing this in an experimental state. I've just added the generated specs for our fixtures to the tests, so we can check check progress more easily....

Try setting the resourceTags in the first source. Source paths are processed in order and then reused. Does that work? ``` - path: GuruClub/Resources/Songti.otf buildPhase: resources resourceTags: - example -...

Hi @kmentrobin. Does an Info.plist file actually exist at the path? If you create the target through Xcode it will give you an `Info.plist` you can use. XcodeGen doesn't generate...

This currently isn't possible. Could you share a use case for this? As the directory isn't part of a build phase it wouldn't really matter if it was a group...