WeTransfer / Mocker

Mock Alamofire and URLSession requests without touching your code implementation
MIT License
1.12k stars 96 forks source link

Issues with 2.3.0: Cocoapods availability and build error #65

Closed amarcadet closed 4 years ago

amarcadet commented 4 years ago

Hi, I'm facing multiple issues with version 2.3.0:

1/ Cocoapods availability

It looks like version 2.3.0 has been tagged but not published to Cocoapods. It might be related to the version specified in the podspec that is still 2.2.0. As the tag exists, I think you just need to push an updated podspec.

2/ "Failed to load module XCTest"

I have workaround the issue by pointing directly to the tag 2.3.0 in my Podfile, however I'm facing a build error saying "Failed to load module XCTest", I think the dependency to the XCTest framework is missing in the podspec too. See Nimble podspec as an example.

Thank you for your time 🍻

github-actions[bot] commented 4 years ago

This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.

amarcadet commented 4 years ago

Re-open please