Re: Problems converting to ARC

2013-04-21 Thread Christ Levesque
>> I want to convert my code to ARC but this problems doesn't let me to do >> this. I read the errors but I couldn't do nothing. All the problems are in >> these else if statement and are colored Red. >> >> else if (isupper(character)){ >> 1) Pointer to non-const type 'NSString *' with no e

Re: Problems converting to ARC

2013-04-21 Thread Christ Levesque
>> I want to convert my code to ARC but this problems doesn't let me to do >> this. I read the errors but I couldn't do nothing. All the problems are in >> these else if statement and are colored Red. >> >> else if (isupper(character)){ >> 1) Pointer to non-const type 'NSString *' with no e

Re: Problems converting to ARC

2013-04-20 Thread Ken Thomases
On Apr 18, 2013, at 2:45 AM, Christ Levesque wrote: > I want to convert my code to ARC but this problems doesn't let me to do this. > I read the errors but I couldn't do nothing. All the problems are in these > else if statement and are colored Red. > > else if (isupper(character)){ > 1)

Problems converting to ARC

2013-04-19 Thread Christ Levesque
Hi there, I want to convert my code to ARC but this problems doesn't let me to do this. I read the errors but I couldn't do nothing. All the problems are in these else if statement and are colored Red. else if (isupper(character)){ 1) Pointer to non-const type 'NSString *' with no expli