Hi,
I'm adding a raw data file to my project, programatically using script.
After launching Xcode the "File Inspector" is identifying the data file as "Rez source" and compilation fails as Rez tries to compile that file. It should not be compiled.
If I manually change it's file type to "Default Data" it compiles properly.
My Jenkins build are breaking due to Rez issues.
I wanted to know is there a way/API to:
I'm new to Apple environment, please pardon my lack of knowledge and please suggest if I missed any obvious steps.
Thanks
I'm adding a raw data file to my project, programatically using script.
After launching Xcode the "File Inspector" is identifying the data file as "Rez source" and compilation fails as Rez tries to compile that file. It should not be compiled.
If I manually change it's file type to "Default Data" it compiles properly.
My Jenkins build are breaking due to Rez issues.
I wanted to know is there a way/API to:
Change the type of file(Rez -> data) after adding it in Xcode using scripts.
Ignore a file from compilation but keep it as part of bundle.
I'm new to Apple environment, please pardon my lack of knowledge and please suggest if I missed any obvious steps.
Thanks