daltoniam / Skeets

Fetch, cache, and display images via HTTP in Swift.
Apache License 2.0
191 stars 21 forks source link

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

Closed Joropo closed 9 years ago

Joropo commented 9 years ago

Here's a screen shot of the error, i'm not sure why this is happening. screen shot 2015-03-15 at 8 51 22 pm

daltoniam commented 9 years ago

Interesting. I will see if I can reproduce it. Is there a specific url or steps you can use to create the issue?

Joropo commented 9 years ago

it happens when trying to fetch images to populate UICollectionview cells

daltoniam commented 9 years ago

Tag 0.9.3 should resolve this issue.

Joropo commented 9 years ago

I tried to update Cocoapods via pod update, but i got an error.

daltoniam commented 9 years ago

What is the error? It worked ok for me in my test project.

Joropo commented 9 years ago

target 'FestFeed' do source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks!

pod 'SwiftHTTP', '~> 0.9.2' pod 'Skeets', '~> 0.9.3’ end


### Error

SyntaxError - /Users/Me/Documents/Project/Podfile:10: unterminated string meets end of file

daltoniam commented 9 years ago

Not sure why you are seeing that. Here is an example podfile.

https://github.com/Vluxe/SwiftPeople/blob/master/Podfile

daltoniam commented 9 years ago

Where you able to get this sorted out?