I am trying to solve an issue when converting an existing project to use Buildable Folders:
Our current project have some custom file types that have specialized build rules, as described here:
https://developer.apple.com/documentation/xcode/creating-build-rules-for-custom-file-types
We previously added each of these file types, to the target's Compile Sources phase and everything was running well.
Now we wish to move these files into a Buildable Folder, but I cannot find a way to make it work ... as only files with a specific file extensions are ever built in a Buildable Folder, and despite having a custom rule for this file type, it seems like Xcode never runs the rule.
Is there some way to tell Xcode to treat specific extensions in a Buildable Folder as source extension?
Topic:
Developer Tools & Services
SubTopic:
Xcode