Xcode custom project template creates only references to files
- by user315374
Hi,
I tried to create a custom project template for setting up unit testing.
The problem is that when i create a new project based on this template it creates references to the template files :
When i edit a file, it changes my template files instead of my actual project files !
When i delete my template, files from my actual project becomes red !
The project template is in :
/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Project Templates/Application/Test-based Application
Reading some question on stack overflow i tried to install my template project in
/Library/Application Support/Developer/Shared/Xcode/Project Templates
But i cannot see my template when i create a new project.
Can anybody help ?
Thanks,
Vincent