When I run my project using vapor build --run, the cURL version detection happens normally, and the installer successfully installs the correct version of cURL.
However when I build & run from Xcode, installer works but when I run the app again it still says I have the wrong version of cURL installed, then installs it again. I can't get out of this loop.
When I run my project using
vapor build --run
, the cURL version detection happens normally, and the installer successfully installs the correct version of cURL. However when I build & run from Xcode, installer works but when I run the app again it still says I have the wrong version of cURL installed, then installs it again. I can't get out of this loop.What am I missing?