I am using MTImageMapView for my project https://github.com/stkim1/MTImageMapView
It's a great view and I find it very useful for my purposes. Unfortunately sometime I encounter EXC_BAD_ACCESS error. During profiling with Instruments XCode I found our a Zombie object On stack trace there are two lines which probably cause this error
MTImageMapView.m line 82, which is property declaration and MTImageMapView.m line 183, which is assignment
Here you have a sample project that demonstrates this error: Github - ImageMapError (https://github.com/glesiak/ImageMapError). Unfortunately it's not happening every time but only sometimes. I caught this error and you can see it in trace file
I tried to contact the author but I didn't get any response from him. Unfortunately my experience does not allow me to easily fix this. Can anybody help me, this is very important.
Kind regards
It's a great view and I find it very useful for my purposes. Unfortunately sometime I encounter EXC_BAD_ACCESS error. During profiling with Instruments XCode I found our a Zombie object On stack trace there are two lines which probably cause this error
MTImageMapView.m line 82, which is property declaration and MTImageMapView.m line 183, which is assignment
Here you have a sample project that demonstrates this error: Github - ImageMapError (https://github.com/glesiak/ImageMapError). Unfortunately it's not happening every time but only sometimes. I caught this error and you can see it in trace file
I tried to contact the author but I didn't get any response from him. Unfortunately my experience does not allow me to easily fix this. Can anybody help me, this is very important.
Kind regards