Write Up 4 by Glenn LeBlanc - #4
Conversation
|
This doesn't seem to work when I try to run it. I get the following error: I'm not too sure how to troubleshoot it, because the error message looks like it's a problem with readFile.swift. The file "words" is definitely present in the same directory as readFile. I modified main.swift and manually entered a word to guess, and that seemed to fix the error message (but breaks the purpose of the assignment). |
|
I am getting the same error. I looked at the readFile.swift and saw that there was a built in fatal error function at line 10. Needless to say... I don't understand it. |
|
Fixed by moving the executable into the same directory as words (write-up-4/problem1/Sources), as said on Piazza. |
No description provided.