xcodegen 2.2.0
My folder structure:
.
โโโ MyFramework
โย ย โโโ Resources
โย ย โโโ folder-to-copy
โย ย โโโ resource.txt
โโโ spec
โโโ project.yml
spec/project.yml:
name: MyProject
targets:
MyFramework:
platform: iOS
type: framework
sources:
- path: ../MyFramework/Resources
type: folder
Command: xcodegen -s spec/project.yml --project . generates broken MyProject.xcodeproj:

Notice that while the path ../MyFramework/Resources is correct relative to the parent folder of the YML file, it's not correct relative to the Xcode project. In Xcode project, it should be MyFramework/Resources
Thanks @nzhuk. Just reproduced this and confirmed it will be fixed by https://github.com/yonaskolb/XcodeGen/pull/524
When is the next release scheduled for? I really need this but don't want to have everyone install from source :)
@alejandro-isaza sorry for the delay. I want to put out a release tomorrow
I'm closing this for now as the PR is merged
Most helpful comment
Thanks @nzhuk. Just reproduced this and confirmed it will be fixed by https://github.com/yonaskolb/XcodeGen/pull/524