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
This is because the framework is built for Release and thus uses a different memory pool that the app when the app is built for Debug. Thus calling APIs that allocate memory in the framework and freeing memory later in the app or vice versa will cause the app crash on free. An example of a stack with this issue is as follows (note “free” on top on the stack):
Known issue:
This is because the framework is built for Release and thus uses a different memory pool that the app when the app is built for Debug. Thus calling APIs that allocate memory in the framework and freeing memory later in the app or vice versa will cause the app crash on free. An example of a stack with this issue is as follows (note “free” on top on the stack):
The text was updated successfully, but these errors were encountered: