Skip to content

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