matthijs2704/vapor-apns

cURL HTTP/2 installer doesn't work in Xcode

Opened this issue · 1 comments

xzoky commented

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?

If you are using new OS + Swift 9 Beta 2 -> Check this : vapor/vapor#937 (comment)