since the first beta of the watchOS 6 SDK my app started crashing if compiled with the watchOS 6.0 SDK. The issues does not occur with watchOS 6.1 and happens more often in the simulator. Now I have been able to identify the issue:
I have an WKInterfaceImage
that is displaying a spinner animated by using a series of images. If I have a new WKInterfaceController
pushed that shows such a spinner it will crash when the view gets dismissed.
Internally that is using SPInterfaceImageView
which seems to get released twice.
Here's the Xcode Log message:
-[SPInterfaceImageView release]: message sent to deallocated instance 0x3971ed60
Has anyone experienced the same issue? I guess this is a bug in the watchOS SDK.
I cannot give any source code as this is happening just by using Storyboards. My development language is Swift.
Kind regards
Alexander Heinich