matthijs2704 / vapor-apns

Simple APNS Library for Vapor (Swift)
MIT License
341 stars 37 forks source link

cURL HTTP/2 installer doesn't work in Xcode #51

Open xzoky opened 7 years ago

xzoky commented 7 years ago

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?

woguan commented 7 years ago

If you are using new OS + Swift 9 Beta 2 -> Check this : https://github.com/vapor/vapor/issues/937#issuecomment-313905026