Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Initialize GalleryViewController Crash Error : Disable the Scene Session on Xcode Project #245

Open
jo-simplefavor opened this issue Sep 13, 2020 · 0 comments

Comments

@jo-simplefavor
Copy link

I was using it on new fresh project for playground before integrating with real app on Swift 5.
Just want to let know if you're having the same trouble.

While initialize GalleryViewController for the first time, please make sure that you DISABLE SCENE SESSION on your project :

  • AppDelegate : remove any scene session delegate
  • Remove any scene session related on Info.plist
  • Don't forget to add : var window: UIWindow? (on AppDelegate)

Otherwise, you will get error in UIApplication without any error log.

Great library by the way. Cheers. CMIW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant