I was baffled today by a test build failing because the Podfile.lock changed in CI even though running bundle exec pod install locally didn't make it change for me.
I found it useful to print the diff that triggered the failure, which revealed the code I wrote was printing absolute paths in the Podfile.lock.
I was baffled today by a test build failing because the
Podfile.lock
changed in CI even though runningbundle exec pod install
locally didn't make it change for me.I found it useful to print the diff that triggered the failure, which revealed the code I wrote was printing absolute paths in the
Podfile.lock
.In action:
CHANGELOG.md
if necessary.