SwiftCharts icon indicating copy to clipboard operation
SwiftCharts copied to clipboard

Crash when running the demo in iPad simulator

Open ychen820 opened this issue 6 years ago • 4 comments

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

ychen820 avatar May 23 '18 20:05 ychen820

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

marcinrabieko avatar Jul 09 '18 13:07 marcinrabieko

same bug but in real iPad

mash3l777 avatar Jul 11 '18 06:07 mash3l777

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

mash3l777 avatar Jul 15 '18 13:07 mash3l777

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

mash3l777 avatar Aug 06 '18 05:08 mash3l777