Commit 6f45ff6d authored by Martin Juhás's avatar Martin Juhás
Browse files

Merge branch '90-add-macos-zip-issue-to-known-issues' into 'dux'

Resolve "Add macos zip issue to known issues"

See merge request inject/inject-docs!148
parents 4a6d82d2 60ddcc13
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -12,12 +12,21 @@ When uploading a definition to IXP, a similar error message appears

### Cause

Your tool for zipping the definition uses a different encoding of file names than is supported by
IXP.
There are 2 possible causes for this:

1. A non-text file was included in the `content` directory.
    This can commonly occur on macOS operating systems,
    where directories can contain a `.DS_STORE` metadata file.
2. The text files/names are not encoded in `utf-8`.

### Solution

Try different tools for zipping the definition. For macOS, we recommend <https://www.keka.io/en/>.
For the first cause, delete these non-text files from the directory.

On macOS, you can try different tools which do not include the `.DS_STORE` file,
for example <https://www.keka.io/en/>.

For the second cause, simply change the encoding to `utf-8`.

## Conclusion