-
Notifications
You must be signed in to change notification settings - Fork 3
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
CocoaPods support Broken? #4
Comments
Just published 0.1.2 version with swift 3 support. Will check this issue later. Can you make sure that it's still present in 0.1.2? |
I'll check now. |
@JanHalozan Yes, exact same issue I'm afraid :( |
Ok, if try to add |
Can't implement via cocoapods, removing pod. |
I'm having problems installing the project with Cocoapods. This is the error I get:
PhotosViewController.swift:68:63: Cannot call value of non-function type 'module<SFFullscreenImageDetailViewController>'
This is how I import the project:
import SFFullscreenImageDetailViewController
I think it may be related to this. CocoaPods/CocoaPods#5099. Possibly because the Pod and the ViewController have the same name?
The text was updated successfully, but these errors were encountered: