schmidyy/Loaf

Loaf 0.3 crashes app

64knl opened this issue · 4 comments

64knl commented

This piece of code causes 'Thread 1: signal SIGABRT'

Loaf( "message" , sender: self).show (.short, onTap: { print("Dismissal complete") })

Hmm, I can't reproduce the crash. Are you calling this from a UIViewController? @NotFoundDC

Out of curiosity, what is your project deployment target set to?
screen shot 2019-03-03 at 7 38 11 pm

64knl commented

The deployment target for the project is 12.1. The previous release of Loaf worked perfectly (but it would crash the app when performing a segue before dismissal). I will try and see if I can find out whats causing the issue.

64knl commented

OK, totally my fault. Sorry for wasting your time.