Closed subdan closed 3 years ago
It looks like a bug just to run in Xcode. Is this problem reproducible in the terminal ?
It looks like a bug just to run in Xcode. Is this problem reproducible in the terminal ?
This issue is reproduced only when running catbird via Xcode.
This issue is reproduced only when running catbird via Xcode.
Probably the behavior of the app.directory.viewsDirectory has changed in Vapor Before Vapor gave a different path depending on the launch in Xcode or Terminal
It seems that changing working directory in scheme fixes this issue.
When debugging Catbird using Xcode webpage
http://127.0.0.1:8080/catbird
doesn't work becauseindex.html
file cannot be found in DerivedData.Moved html files to the
Resources
folder ofCatbirdApp
target and marked them asresources
.Update
Makefile
and.travis.yml
to useCatbird_CatbirdApp.bundle
file generated byswift build
.Updated
swift-tools-version
to5.3
to use Resources with a Swift PackageFixed a typo in
ViewRenderer
.Excluded
Files
directory ofCatbirdAppTests
target to fix warning showed by Xcode.