When I’m switching from a branch (feat/my-feature
) to another one (dev
), I always get some Xcode compilation errors telling “Missing package product ‘Willow'” etc… (for all my SPM packages). So I have to Reset Packages Caches everytime.
I can not understand why. Here is my Gitignore file content:
## OS X Finder
.DS_Store
.Trashes
## Obj-C/Swift specific
*.hmap
## App packaging
*.ipa
*.dSYM.zip
*.dSYM
## User settings
xcuserdata/
## SPM
.build/
.swiftpm/Xcode/xcuserdata/