- Home /
Can I set up xCode to build with the same options for each new Unity project?
The options are saved in the xCode project, and they default to certain settings that I can't figure out how to change. I know how to change them, but I never even save xCode projects, I'm just going to make a new one 5 minutes later anyway. (The main thing I have to do each time is turn off the dSym file generation because I don't know what good it does except to make me wait a few more minutes to run the app.)
Answer by db82 · Jul 18, 2012 at 02:22 PM
I would also like to know if this is possible as the dSym option does add to the compile time.
Your answer
Follow this Question
Related Questions
iOS Export: Empty Xcode Project 2 Answers
Is it possible to modify the default Unity project to include custom files? 3 Answers
xCode ARC Support 0 Answers
Changing the default project location 3 Answers
Enable Push Notification in XCode project by default? 2 Answers