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
I have integrated the body and face detection in to my own OF app.
I notice when running the app through xcode it often crashes with 'objc[40983]: Attempt to use unknown class'.
The app does not crash when running it via it's app icon.
Is it possible that adding CGColorSpaceRelease(colorSpaceRef);here should remove this issue? It seems more stable now. Will do more testing
The text was updated successfully, but these errors were encountered:
I have integrated the body and face detection in to my own OF app.
I notice when running the app through xcode it often crashes with 'objc[40983]: Attempt to use unknown class'.
The app does not crash when running it via it's app icon.
Is it possible that adding
CGColorSpaceRelease(colorSpaceRef);
here should remove this issue? It seems more stable now. Will do more testingThe text was updated successfully, but these errors were encountered: