is anyone getting this issue? https://travis-ci.org/Canillitapp/headlines-iOS/builds/606205326
It’s debugging time, I guess. Debugging is always done via the same procedure:
- Identify the exact place in the code where the problem manifests itself
- Examine the program’s state at that moment to find out which of the involved values is wrong
- Trace the wrong value back to its origin
You can use debug printing or request debug mode for your project.
Hi!
I had exact the same issue, but on my local machine.
Was able to resolve it by giving full disc access to terminal app.
example of how to give the access: https://osxdaily.com/2018/10/09/fix-operation-not-permitted-terminal-error-macos/
1 Like