Hello everybody,
Since I have been working on an app for quite some time now. This week I update to iOS 14.1 and updated Xcode to support this latest version.
Also, I have been doing some changes when it comes to user interface, the app flow and how I manage my core data entities.
I don't know if this two previous things are related in anyway but when I run the app on the device for the first time I get unexpected behaviour and the message:
If I continue using the app and let it stay on my iPhone it never happens again. I can launch it how many times I want and I don't get any crash or unexpected behaviour.
This is what intrigues me.
I tried locking for the issue in the Instruments app and I see a memory leak with the responsibility message "Allocated prior to attach." I can't figure out what this means.
Has anyone experienced anything similar?
Cheers,
Since I have been working on an app for quite some time now. This week I update to iOS 14.1 and updated Xcode to support this latest version.
Also, I have been doing some changes when it comes to user interface, the app flow and how I manage my core data entities.
I don't know if this two previous things are related in anyway but when I run the app on the device for the first time I get unexpected behaviour and the message:
Code Block [Memory] Resetting zone allocator with 68631 allocations still alive
If I continue using the app and let it stay on my iPhone it never happens again. I can launch it how many times I want and I don't get any crash or unexpected behaviour.
This is what intrigues me.
I tried locking for the issue in the Instruments app and I see a memory leak with the responsibility message "Allocated prior to attach." I can't figure out what this means.
Has anyone experienced anything similar?
Cheers,