You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work, after installation, i can draw a blade, but as soon as i finish the path and put my finger off the screen, my app crashes with the error mentioned in the title, and showing the code line :
if ([path count] < 3) {
return;
}
did i miss something ?
The text was updated successfully, but these errors were encountered:
Hi, I have a problem like that, I create a NSMutableArray & when use get data to it is crashed.
"-[__NSArrayM release]: message sent to deallocated instance 0x7b6559c0". Have you fixed your problem yet?
Hi there,
Thanks for your work, after installation, i can draw a blade, but as soon as i finish the path and put my finger off the screen, my app crashes with the error mentioned in the title, and showing the code line :
if ([path count] < 3) {
return;
}
did i miss something ?
The text was updated successfully, but these errors were encountered: