Xcode custom project template creates only references to files
Posted
by user315374
on Stack Overflow
See other posts from Stack Overflow
or by user315374
Published on 2010-04-13T11:40:31Z
Indexed on
2010/04/13
11:43 UTC
Read the original article
Hit count: 446
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
© Stack Overflow or respective owner