If you’ve been following the instructions for the Hello World app in section 7.3 of the Developer Guide, then there’s one little detail they forgot to mention: The manifest file must have a blank line (or a comment) at the end, as it ignores lines that don’t end in a linefeed character.
A missing newline wouldn’t cause the “no manifest” error message. My guess based on the fact that the OP claimed to have “zipped the directory folder” is that he did just that, rather than zipping the contents of the folder.
THANK YOU SO MUCH!! That should definitely read more clearly in the directions.
“RokuMarkn” wrote:
A missing newline wouldn’t cause the “no manifest” error message. My guess based on the fact that the OP claimed to have “zipped the directory folder” is that he did just that, rather than zipping the contents of the folder.