XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Cannot access SettingPresets when XcodeGenKit is used as a library.

Open mtj0928 opened this issue 3 years ago • 0 comments

I'd like to use XcodeGenKit on my project as a library. However, Bundle.main is used here. https://github.com/yonaskolb/XcodeGen/blob/f65dad76252a876eae19ce72ea3649f95401e084/Sources/XcodeGenKit/SettingsBuilder.swift#L187

Bundle.main works well when we use XcodeGen as an executable target, but it doesn't work when we used XcodeGenKit as a library.

mtj0928 avatar Aug 30 '22 05:08 mtj0928