Posts

Post not yet marked as solved
2 Replies
I was having the same issue with iOS 12.4 and the way I found to get it going was just to add a variable to the AppDelegate.swift filevar window: UIWindow?I'm not really sure why but it fixed for me.Thanks