alankarmisra / SwiftSignatureView

A lightweight, fast and customizable option for capturing fluid, variable-stroke-width signatures within your app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on iOS 15 (simulator)

Ceroce opened this issue · comments

Hi,

I've observed a crash when running on the iOS 15 simulator version 13.0 (build 970), the version distributed with 13.0 beta 5 (13A5212g).

It is systematic and occurs in PencilKitSignatureView.initialize().
On the call to resetTool(), I get a EXC_BAD_ACCESS (code=1, address=0x0).
I don't understand why and I am investigating.

I attached a simple projet which reproduces the problem. It does work on older versions of iOS.
EssaiSignature.zip

I tried with the Sample projet in the SwiftSignatureView repo and it crashes as well.

It crashes when setting canvas.tool. It looks like a bug on Apple's side, that I can't reproduce on a minimal example yet.

I tried setting the tool with a delay, but it does not work either.

We have the same issue here. Any hope someone will fix it soon?

It seems to work on the simulator Version 13.0 (970).

I checked on an actual iPad, on iPadOS 15.0 (19A344) and it works as well.

Since it works on the Release Candidate version, I'm closing this issue.