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

Using with Moya/RxSwift #24

Closed
Isuru-Nanayakkara opened this issue Jan 8, 2017 · 3 comments
Closed

Using with Moya/RxSwift #24

Isuru-Nanayakkara opened this issue Jan 8, 2017 · 3 comments

Comments

@Isuru-Nanayakkara
Copy link

I'm not sure if this is an issue with Moya or Moya-ModelMapper so pardon me if it's not this. Anyway, I'm trying to add both libraries to a project via CocoaPods. Here's my Podfile.

platform :ios, '8.0'

target 'GithubIssueFinder' do
  use_frameworks!

  pod 'Moya/RxSwift'
  pod 'Moya-ModelMapper/RxSwift'

end

It installs the following versions. This is taken from the CoocoaPods installation console output.

Installing Alamofire (3.5.1)
Installing ModelMapper (2.1.0)
Installing Moya (7.0.4)
Installing Moya-ModelMapper (3.0.0)
Installing Result (2.1.3)

When I build my project I get various compiler errors.

screen shot 2017-01-08 at 10 26 09 pm

I assume this is because CocoaPods is picking up an old source or something?

@bchrobot
Copy link
Contributor

This should be resolved with the 4.0.0 release. Try installing again after

$ pod repo update

@Isuru-Nanayakkara
Copy link
Author

Tried it after running pod repo update. Still the same issue arises. I've uploaded a demo project here if that makes it easier to test.

@sunshinejr
Copy link
Owner

I think we can close this one. If the problem persists still, please open a new issue.

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

3 participants