fahidattique55 / FAPanels

FAPanels - Swift
Apache License 2.0
851 stars 90 forks source link

Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) #74

Closed chumendaiyibeigouqi closed 4 years ago

chumendaiyibeigouqi commented 5 years ago

Hi,I used xcode 11, ios 13, to create a new project, run it on the device, and encountered an error. Projects created in Xcode10 will not be encountered using FAPanels. Xcode helped me locate it here.

let rootController: FAPanelController = window?.rootViewController as! FAPanelController

error: launchOptions = ([UIApplication.LaunchOptionsKey : Any]?) nil

fahidattique55 commented 4 years ago

Hi @chumendaiyibeigouqi

Can you please make sure the root controller in main storyboard is FAPanelController?

If yes then please share some more details how are you using it.