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

Broken stuff? #34

Closed
davidseek opened this issue Nov 30, 2016 · 1 comment
Closed

Broken stuff? #34

davidseek opened this issue Nov 30, 2016 · 1 comment

Comments

@davidseek
Copy link

I'm lately trying to stay away from Pods. That's why I've wanted to download your project manually. You just need to drop SwiftLinkPreview folder into Xcode project (make sure to enable "Copy items if needed" and "Create groups"). There is no folder SwiftLinkPreview.

Also the Example Project is kinda empty. No SwiftLinkPreview files and doesn't build at all. I thought about missing pod install, but a podfile is missing also.

@LeonardoCardoso
Copy link
Owner

Hi @davidseek!

You are right about the SwiftLinkPreview folder. Thanks for letting me know. This part was written before I port SLP to SPM. I'll fix that.

And have you read the Example's README.md? Since my project doesn't support only CocoaPods, but Carthage too, for instance, I preferred to leave the decision for the user (him/her)self to install it as wish. The issue on Example is that if you added SLP via drag and drop, the *.plists files would conflict. I'll also fix the Example issue too.

If you wanna try with pod, please create this Podfile:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'SwiftLinkPreviewExample' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for SwiftLinkPreviewExample

  pod 'Alamofire'
  pod 'SwiftyDrop'
  pod 'ImageSlideshow', '~> 1.0.0-beta.1'
  pod 'ImageSlideshow/Alamofire'

end

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