Skip to content
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

App crashes on bubbles?.show() #3

Closed
mateg opened this issue May 26, 2017 · 8 comments · Fixed by #4
Closed

App crashes on bubbles?.show() #3

mateg opened this issue May 26, 2017 · 8 comments · Fixed by #4

Comments

@mateg
Copy link

mateg commented May 26, 2017

fatal error: unexpectedly found nil while unwrapping an Optional value

the error is shown at:

static func createTwitter() -> ShareAttirbute {
return createButton(bubbleId: Bubble.twitter.rawValue, imageName: "icon-twitter", color: UIColor.colorFromRGB("3083be"))!
}

and

  •         case .twitter:
              createButton(attribute: ShareAttirbute.createTwitter())
    

when copied the installation via the ReadMe file.

@takecian
Copy link
Owner

Which kind of installation did you use? Cocoapods or Carthage?

@mateg
Copy link
Author

mateg commented May 27, 2017 via email

@takecian
Copy link
Owner

I will investigate with Cocoapods..
But it might take a time, if you could, I'd like you to use Carthage.

@mateg
Copy link
Author

mateg commented May 27, 2017 via email

@takecian
Copy link
Owner

If you want to use this lib manually, move files in SwiftShareBubbles directory into your project except for SwiftShareBubbles.h and Info.plist.

@takecian
Copy link
Owner

@mateg I've updated lib, ver 0.2.0. Would you try it out?

@mateg
Copy link
Author

mateg commented May 30, 2017 via email

@takecian
Copy link
Owner

takecian commented May 31, 2017

@mateg , thank you for confirmation.

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 a pull request may close this issue.

2 participants