When I type “vapor xcode -y” at the Terminal prompt I get “Error: Could not generate Xcode project: error: root manifest not found” What am I doing wrong? Thanks!
@rpitman this means you’re not in the right directory. It’s looking for Package.swift
, so you probably need to type cd hello-vapor
(or whatever you did when you called vapor new hello-vapor
)