Closed Joropo closed 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?
it happens when trying to fetch images to populate UICollectionview cells
Tag 0.9.3 should resolve this issue.
I tried to update Cocoapods via pod update, but i got an error.
What is the error? It worked ok for me in my test project.
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
Not sure why you are seeing that. Here is an example podfile.
Where you able to get this sorted out?
Here's a screen shot of the error, i'm not sure why this is happening.