You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I attempt to convert my source code, I receive an error stating that there is no such file or directory, even when it exists. I have also tried moving my source code files to different directories and it has made no difference.
Here is the full log:
PS E:\Program Files (x86)\Ruby25-x64\bin> Code2pdf C:/Users/Ben/Desktop/Kameleon/app/src/main
Reading file C:/Users/Ben/Desktop/Kameleon/app/src/main/AndroidManifest.xml
Traceback (most recent call last):
13: from E:/Program Files (x86)/Ruby25-x64/bin/code2pdf:23:in `<main>'
12: from E:/Program Files (x86)/Ruby25-x64/bin/code2pdf:23:in `load'
11: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/bin/code2pdf:39:in `<top (required)>'
10: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/bin/code2pdf:39:in `new'
9: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:23:in `initialize'
8: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:30:in `save'
7: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:38:in `pdf'
6: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:90:in `read_files'
5: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:90:in `foreach'
4: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:96:in `block in read_files'
3: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:107:in `process_file'
2: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:107:in `open'
1: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:108:in `block in process_file'
E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:108:in ``': No such file or directory - file C:/Users/Ben/Desktop/Kameleon/app/src/main/AndroidManifest.xml (Errno::ENOENT)
I hope that you can help me fix this issue, thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Whenever I attempt to convert my source code, I receive an error stating that there is no such file or directory, even when it exists. I have also tried moving my source code files to different directories and it has made no difference.
Here is the full log:
I hope that you can help me fix this issue, thank you.
The text was updated successfully, but these errors were encountered: