Add files to AppCode project Permanently deleted user Created July 27, 2014 03:29 When I create a file in AppCode projects it's not automatically added to the projects despite od the fact that it's created in the real filesystem.How do I add them?
I might be too late...
Not sure the answer is here, but here are a few hints...
PBXProject
PBXTarget
XcodeMetaData
In particular, XcodeMetaData has a getProjectFiles() function, returning a collection. You could try adding your file to this collection?
I might be totally wrong, though :(
How are you creating the files? what's the goal?