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.
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 🍻