Posts

Post not yet marked as solved
5 Replies
I had a similar problem.Turned out the problem was that I had followed xCode's suggestion and made "application(_ application: UIApplication, didFinishLaunchingWithOptions) ..." function private. Deleting the "private" solved the problem.