Subject: Re: [Boost-users] serialization singleton assert on iphone
From: gtsml owevwr (gtsml.owevwr_at_[hidden])
Date: 2009-04-13 14:22:05


Thanks for your comments.

For those who might encounter the same error:
The solution consist in calling the serializer in "applicationWillTerminate"
instead of "deallocate".Those two functions are cocoa delegate (ie
callback).