Skip to content

Fix 'HelpStackStoryboard' not found crash #65

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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mithiljadhav
Copy link

Environment: Xcode 8, Swift 3, Cocoapods podfile with "use_frameworks!"

When using use_frameworks in podfile, the "HelpStackStoryboard" is not found since it is created using main bundle. This results in a crash when showing help.

Replacing [NSBundle mainBundle] with [NSBundle bundleForClass:self.classForCoder] resolves this issue

Environment: Xcode 8, Swift 3, Cocoapods podfile with "use_frameworks!"

When using use_frameworks in podfile, the "HelpStackStoryboard" is not found since it is created using manin bundle. This results in a crash when showing help.

Replacing [NSBundle mainBundle] with [NSBundle bundleForClass:self.classForCoder] resolves this issue
@tomreay
Copy link

tomreay commented Feb 7, 2017

Are there plans to merge this and release? At the moment we can't use helpstack because of it

@francisjervis
Copy link

With these changes, I still get the crash on xCode 9 beta 4.

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

Successfully merging this pull request may close these issues.

3 participants