This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Attempt to mutate immutable object with appendFormat: #50
Comments
Could you add breakpoint to |
@AlexDenisov it happens sometimes to me too, mutable objects become immutable. I guess you could secure this by using |
danpe
added a commit
to danpe/iActiveRecord
that referenced
this issue
Nov 7, 2013
…ov#50 Using stringWithFormat instead of appendFormat to fix issue AlexDenisov#50 Maybe we should change all mutable strings to normal strings and use string with format, but it may lower the performance.
AlexDenisov
added a commit
that referenced
this issue
Nov 8, 2013
Using stringWithFormat instead of appendFormat to fix issue #50
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the following lines:
crashed from
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Attempt to mutate immutable object with appendFormat:'
on
[fetcher where:@"'user'.'serverUserId' != %@", asker.serverUserId, nil];
The text was updated successfully, but these errors were encountered: