Issue when updating Xcode version: Cache not invalidated #393
-
We are in the process of bumping our Xcode version from 15.3 to 15.4. We are also bumping the SDK we are using to build from iOS 17.4 to iOS 17.5
And this is the type of error we get.
I was reviewing the Rugby logs, and I found that it found a match for all binaries: I do not know if this is expected behavior or not, but what I was expecting was to get 0 hits. Also, I could not find a way in the docs to tell Rugby which is the SDK it should use for building. As a workaround, I could delete the whole caches, but this can be tricky to coordinate as we have multiple people working with different Xcode versions. Also, I do not know if this can be of any help, but if I run xcodebuild command for our app without specifying the SDK version (simply adding Looking forward to hearing from you! David |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I took a look at the source code, and I found that for the sdk parameter Rugby only specifies |
Beta Was this translation helpful? Give feedback.
-
@dcacenabes Hello! Hm, maybe it would be enough to save the You can try to use this provider: |
Beta Was this translation helpful? Give feedback.
I have created a draft PR #395
Looking forward to hearing your thoughts and happy to apply any feedback you might drop!