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") })
schmidyy commented
Hmm, I can't reproduce the crash. Are you calling this from a UIViewController
? @NotFoundDC
schmidyy commented
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.