Hi,
I get a lot of errors when trying to build an iOS 5 project in Xcode:
I noticed that Jiropole mentioned ARC settings here here, but I can't find them.Code:/src/ThriftGetUserVariablesResponse.m /src/ThriftGetUserVariablesResponse.m:29:17: 'retain' is unavailable: not available in automatic reference counting mode /src/ThriftGetUserVariablesResponse.m:29:17: ARC forbids explicit message send of 'retain' /src/ThriftGetUserVariablesResponse.m:31:22: 'retain' is unavailable: not available in automatic reference counting mode /src/ThriftGetUserVariablesResponse.m:31:22: ARC forbids explicit message send of 'retain' /src/ThriftGetUserVariablesResponse.m:41:19: ARC forbids explicit message send of 'retain' (and so on and so forth)
Help would be much appreciated
Vlad



Reply With Quote
