orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 92 forks source link

cache problem in Xcode 10.1 new build system #191

Closed xiangyu-sun closed 5 years ago

xiangyu-sun commented 5 years ago

I have two keys, somehow Xcode 10.1 cached them. if I don't cleanup the build folder, the the file will be updated by pod install, while Xcode will continue to use the cached version.

Is this case, every build should clean the derived data if we are planing changing the key?

orta commented 5 years ago

The file's content changes, so Xcode should pick it up - might just be a temporary bug in Xcode

xiangyu-sun commented 5 years ago

yea, currently we are just doing a force cleanup of the build folder every time