Is there a way to disable Automatic Reference Counting (arc) when Unity builds the XCode project? When I open the XCode project, I see that Objective-C Automatic Reference Counting is set to "Yes" in Build Settings. But having this on is breaking a plugin that I have. I want to know how to change this when it builds the project so I don't have to remember to switch it every time I make a new build.
I'm using Unity 5 Beta v18 on a Mac. Trying to build with default iOS Settings.
Thanks in advance for any help.
↧