ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Crash when running the demo in iPad simulator #350

Open ychen820 opened 6 years ago

ychen820 commented 6 years ago

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

marcinrabieko commented 6 years ago

Try to run Detail controller as first, there is a bug.

mash3l777 commented 6 years ago

same bug but in real iPad

mash3l777 commented 6 years ago

i solve this issue but I can't push I don't know its come error :unexpected HTTP status code: 403 (-1)

mash3l777 commented 6 years ago

I make Pull requests #361 that solve this issue @ychen820