iZettle / sdk-ios

Add card payments from Zettle to your own app
https://developer.zettle.com/docs/ios-sdk
Other
83 stars 38 forks source link

SIGABRT on iOS 13.3.1 #290

Closed jozefferko closed 3 years ago

jozefferko commented 4 years ago

Our app implements the iZettle SDK and it used to work just fine, but now when I try to launch it in XCode (11.3.1) on an iPad (13.3.1) it crashes with the following message.

Screenshot 2020-03-16 at 20 45 37

The app works just fine in simulator. I tried creating a new app with just the SDK installed and still get the same error. Just to make sure I tried installing with both Carthage and pods and iZettle versions 2.3.2 and 2.5.2, no luck.

Steps to Reproduce

Try to run an app with the iZettle SDK installed on an iOS 13.3.1 device

Sidenote: I read about a similar issue on iOS 13.3.1 that would only appear when using a personal provisioning profile. therefore a personal provisioning profile might be required to reproduce the error, but I cant confirm as I dont have a corporate profile to test on.

jozefferko commented 4 years ago

Update: works fine with a corporate account