SwiftCharts
SwiftCharts copied to clipboard
Crash when running the demo in iPad simulator
The app will crash in iPad when running with error message : Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (<Examples.MasterViewController: 0x7fe093403fa0>) has no segue with identifier 'showDetail''
In the viewDidLoad of MasterViewController you're calling performSegue(withIdentifier: "showDetail", sender: self) where in the iPad it doesn't have the segue
Try to run Detail controller as first, there is a bug.
same bug but in real iPad
i solve this issue but I can't push I don't know its come error :unexpected HTTP status code: 403 (-1)
I make Pull requests #361 that solve this issue @ychen820