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

fatal error: unexpectedly found nil while unwrapping an Optional value #62

Closed
confile opened this issue Apr 15, 2015 · 2 comments
Closed

Comments

@confile
Copy link

confile commented Apr 15, 2015

Running the Swift example: SwiftLikedOrNope I get the following error while:

fatal error: unexpectedly found nil while unwrapping an Optional value

The error is reported in class ChoosePersonView: MDCSwipeToChooseView Line 43

self.imageView.image = self.person.Image!
@vikmeup
Copy link
Contributor

vikmeup commented Apr 18, 2015

Fixed: #64

@vikmeup vikmeup closed this as completed Apr 18, 2015
@confile
Copy link
Author

confile commented Apr 18, 2015

Thanks!

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

2 participants