- Home /
Cloud build uses old version of my project
I am using cloud build to build an iOS version of my project. The project is stored in the Collab repository.
In the first build I got errors in shaders and in a wav file that could not be loaded, so I solved them. Three versions later I got as far as code-signing errors. And then I found that probably I exported only part of my certificates. So I created a new iOS build target with the new p12 file that contained bothe the public and private key.
But now this new build target is giving the same errors again on the shaders and the wav file. So it must be looking at an old version of my project in Collab. I checked the Collab timeline to see if the ne versions might have disappeared, but they are stil there. I tried a clean build for iOS again, but same errors.
How is this possible and more important, how can I make sure tht cloud build always uses the latest version of my project?
Thanks!
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Exclude some Tests from Cloud Build 0 Answers
Cloud Build WebGL compression formats 0 Answers