I’ve recently just upgraded to Xcode 12 and I see that there is a workaround for a Carthage issue where we should use a custom xcconfig file to exclude the arm platforms. After I did that, I find that Carthage is now no longer being cached. So the cache-pull and cache-push steps are not exactly working right. The consequence is, it took an additional 25 minutes for every build to run now. And now every build will last for 50 minutes or more. Is this expected? How do I fix this?
Thanks in advance.