-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todos-auth-fluent crashes on launch #113
Comments
Interesting - it appears if I run via cli, it works... |
This has nothing to do with mustache. It is related to bundling assets with modules. I assumed they worked in Xcode as they work from the CLI, which is used by VSCode. I'll investigate. The error message at least is misleading as the working directory won't affect it. |
It it affects your priorities at all, think of it simply as a bug report "just so you know". It's not affecting my ability to get my work done, so no pressure from me to fix it! (Unless you want moral support, then by all means GET ON IT!) :) |
It's related to how SwiftPM and Xcode bundle assets. SwiftPM places them all in the root folder of the bundle and Xcode places them in a |
I should be using resoucesPath instead of bundlePath I'll fix it |
#114 will fix this |
It crashes on this line:
So, I set my working directory to
/path/to/hummingbird-examples/todos-auth-fluent
and proceeded to get the same crash.I'm not familiar with how Mustache works, but I assume there's supposed to be a file or folder matching the expectation?
Here's the directory contents from a fresh checkout:
The text was updated successfully, but these errors were encountered: