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

PodSpec Broken? #20

Closed
DavidGagne opened this issue May 2, 2016 · 5 comments
Closed

PodSpec Broken? #20

DavidGagne opened this issue May 2, 2016 · 5 comments

Comments

@DavidGagne
Copy link

I've tried twice now to install this using CocoaPods and although the pod install feature says it's installed, I'm unable to "import SwiftClient" properly.
"Cannot load underlying module for SwiftClient"

@SandroMachado
Copy link
Collaborator

Hi @DavidGagne,

It is working here. I started a new project and tested it.

The pod file.

platform :ios, '9.0'

use_frameworks!

target 'test' do
    pod 'SwiftClient', '~> 2.0'
end

The pod Podfile.lock generated.

PODS:
  - SwiftClient (2.0.3)

DEPENDENCIES:
  - SwiftClient (~> 2.0)

SPEC CHECKSUMS:
  SwiftClient: 8e30ede88d9fd0f15c425a0926efc5159368b3e1

COCOAPODS: 0.38.2

The screenshot of the application running using the pod file specified above.
screen shot 2016-05-04 at 00 01 48

@DavidGagne
Copy link
Author

Hey @SandroMachado,
Thanks! I will try this. The readme doesn't include cocopod installation instructions, so I was just guessing at how to install it and didn't think to include the version in my podfile.
I'll try it again now.

@SandroMachado
Copy link
Collaborator

SandroMachado commented May 4, 2016

Hi @DavidGagne,

Did it worked? I will try to improve the documentation.

Regards

@DavidGagne
Copy link
Author

Yes! It worked when I included the versioning.
Thanks!

@SandroMachado
Copy link
Collaborator

Great! 👍

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