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
For those where the controllerAction causes a EXC_BAD_ACCESS error
its due to the objc_msgSend
try [controller performSelector:selector withObject:self];
instead in the QElement.m File.
The text was updated successfully, but these errors were encountered:
For those where the controllerAction causes a EXC_BAD_ACCESS error
its due to the objc_msgSend
try [controller performSelector:selector withObject:self];
instead in the QElement.m File.
The text was updated successfully, but these errors were encountered: