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

Xcode 11 Crash on Home Screen #816

Open
xthemadgenius opened this issue Oct 13, 2019 · 7 comments
Open

Xcode 11 Crash on Home Screen #816

xthemadgenius opened this issue Oct 13, 2019 · 7 comments

Comments

@xthemadgenius
Copy link

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

@iDevelopper
Copy link

Do you have the exception details?

@xthemadgenius
Copy link
Author

what do you mean by exception details?

@djerick1989
Copy link

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.

let storyboard = UIStoryboard(name: "Main", bundle: nil)
        var vc = storyboard.instantiateViewController(withIdentifier: "inicio") as! SWRevealViewController
            
        self.window?.rootViewController = vc
        self.window?.makeKeyAndVisible()

@iDevelopper
Copy link

Have you setted a front view controller?

@djerick1989
Copy link

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

@ralspatel
Copy link

Hi @djerick1989

I have the same issue that you are facing
When login successfully I will navigate to SWRevealViewController, same way i change rootViewcontroller from AppDelegate file, but it always open black screen.

please help me to solve this issue.

Thanks

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

4 participants