-
Notifications
You must be signed in to change notification settings - Fork 987
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
Xcode 11 Crash on Home Screen #816
Comments
Do you have the exception details? |
what do you mean by exception details? |
Hi XaviXO, did you solve this issue?, i have a similar problem with IOS 13.1 XCode 11.1, but i don´t receive any error message only the screen still in black.
|
Have you setted a front view controller? |
Yes, my application works in all versions except IOS 13, but only when i select the target IOS 12.4 I document my case this forum. https://forums.developer.apple.com/message/390323#390323 |
Hi @djerick1989 I have the same issue that you are facing please help me to solve this issue. Thanks |
Hi @ralspatel Review my answer in stackoverflow. |
I have all my code set up for SWRevealViewController it worked perfectly fine on Xcode 10.3 and even on Xcode 11.2 beta 2 but for some reason its not working on the recent update release from the App Store and I end up getting this error
Thread 1: EXC_BAD_ACCESS (code=1, address=0x48)
at the app delegate screen after I toggle with my SWRevealView Controller. any ideas how I could get this fixed
The text was updated successfully, but these errors were encountered: