-
Notifications
You must be signed in to change notification settings - Fork 2k
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
'URLRequestConvertible' is not a subtype of 'NSURLRequest' #66
Comments
It can be fixed by changing signature of Custom closure: |
Hmm. Is it possible that the version of Alamofire is newer than the submodule in this repo? |
Absolutely sure it is because I've checked out the latest master of Alamofire separately. |
OK, cool, well then it's on me to update our version. I'm pretty busy for the next day or so, so if you submitted a pull request, that would be welcome. Otherwise, I'll update it tomorrow. |
If the fix I've described is suitable I'll make the PR (it can be fixed by using the same closure signature as in Alamofire) |
That would be awesome! If you do, make a note of it in the changelog, too! |
I've integrated Alamofire as subproject and dragg-n-dropped Moya sources as displayed at the screenshot and got this strange error.
Xcode 6.1
The text was updated successfully, but these errors were encountered: