Question

I'm working on an iPhone with a group of people over github. I was added to the project late and just started today. I am unable to build the project which I find extremely annoying. The reason is that Arc forbids synthesizing a property of an objective-c object with unspecified ownership or storage attribute. There 8 errors like this preventing building and over 300 warnings that turn into errors as I fix the errors, i.e. if I were to fix 3 of the 8 errors 3 of the 300 warnings would replace them as errors. So while I could go through and add weak or strong to all these many properties throughout the project it'd be a tad tedious and I'm not entirely sure that it'd be good for the project. The other people I'm working with are surprised I'm having errors and are able to build it. My question is how the heck can they build it? is there a setting somewhere that changes the default from assign to strong or something? thanks in advance this is driving me crazy.

Was it helpful?

Solution

For posterity, this issue is resolved in Xcode 4.4.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top