Skip to content

Crash #4

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

Open
Maryom opened this issue Nov 4, 2018 · 7 comments
Open

Crash #4

Maryom opened this issue Nov 4, 2018 · 7 comments

Comments

@Maryom
Copy link

Maryom commented Nov 4, 2018

Hey,

Afterpod install still we can't use this repo. app crashed and we got the following error:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle

Kindly fix it.

@oguzparlak
Copy link

Any fix to that problem ?

@WrathChaos
Copy link

WrathChaos commented Dec 8, 2018

Unfortunately, nothing fixed the problem.

public static func with(dataSource: CardSliderDataSource) -> CardSliderViewController { guard let controller = UIStoryboard(name: "Main", bundle: Bundle(for: self)).instantiateInitialViewController() as? CardSliderViewController else { fatalError("Failed to initialize CardSliderViewController") } controller.dataSource = dataSource return controller }

This part has a problem. UIStoryboard should be fixed by "Main" we should have given our own storyboard. Even I change the main code base as dynamic storyboard. Unfortunately, it did not help to fix the problem.

@RamotionDev please make it dynamic to make this library usable.
Thank you :)

@Maryom
Copy link
Author

Maryom commented Dec 9, 2018

@oguzparlak not yet!

@WrathChaos
Copy link

@RamotionDev Still awaiting for a hot fix..

@EGApplications
Copy link

Still waiting...

1 similar comment
@keishinz
Copy link

Still waiting...

@keishinz
Copy link

To somebody still waiting,
There's a Pull request here: 8add4a8
solved this problem.
Maybe @RamotionDev should make a little bit response to this issue.

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

5 participants