https://github.com/vapor/vapor/issues/870

я пытаюсь войти, я сталкиваюсь с этой ошибкой.

remote: /tmp/build_f459d376d1bc10ac2e93e52575ac5ea9/Sources/App/main.swift:368:49: error: argument type 'String' does not conform to expected type 'CVarArg'
remote:                     NSLog("FILE NOT AVAILABLE", "TESTNOTI")
remote:                                                 ^~~~~~~~~~
remote:                                                            as! CVarArg

MYCODE

        if fileManager.fileExists(atPath: (drop.config["servers", "default", "KeyURL"]?.string ?? "default")) {
            NSLog("FILE AVAILABLE", "TESTNOTI")
        } else {
            NSLog("FILE NOT AVAILABLE", "TESTNOTI")
        }

Ответы на вопрос(2)

Ваш ответ на вопрос