Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 175 forks source link

Permission denied #385

Closed pawee-del closed 2 years ago

pawee-del commented 3 years ago

i paste the script in xcode, but when running it says permission denied : image


alexfu commented 3 years ago

I encountered a similar issue and it ended up being because there was a trailing space after a backslash.

- "${INPUT_DIR}/path/to/file.swift" \ 
+ "${INPUT_DIR}/path/to/file.swift" \
MatyasKriz commented 3 years ago

Hey, @pawee-del. Did @alexfu's help work?