Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • I get: unexpected EOF while looking for matching `"' Commented Aug 27, 2021 at 10:33
  • In my test script I only have: Commented Aug 27, 2021 at 10:36
  • @Daniel You won't get that error if you use the command in the answer. Commented Aug 27, 2021 at 10:37
  • In my test script I only have: PODS_PODFILE_DIR_PATH='~/path/to/file' + yourcode + echo $hash_in_podfile (on different lines), and I execute it with sh testscript.sh. I have no idea what I could be doing wrong. Im on OSX, in case that could be breaking things... Commented Aug 27, 2021 at 10:38
  • The ~ will not expand to the path of your home directory if it's quoted. This should give you a "file not found" or "no such file or directory" error. Commented Aug 27, 2021 at 10:40