Closed RayZhao1998 closed 5 years ago
So lucky, I have solved the problem.
It seems that Xcode 11.0 has a selection in Signing & Capabilities for Disable Library Validation, make it selected and solve the problem.
Hi @RayZhao1998 where can i find Disable Library Validation? Didn't see it in app, run or Vapor tagets
Hi @RayZhao1998 where can i find Disable Library Validation? Didn't see it in app, run or Vapor tagets
Hi @hyouuu , select the Run
target and in Signing & Capabilities you can add a capability called 'Hardened Runtime', then you can see the selection of Disable Library Validation.
Interesting - the whole "Hardened Runtime" section doesn't show on my vapor project. But I was able to fix it by running vapor update. Thanks anyways!
Hello, I'm trying to use
vapor/http
, as written in thehttp
document, I have written the following code:But, It crashed. The console is:
My environment is: