On iOS we unfortunately get a build error, because the file "module.modulemap" exists twice - this is probably because LibSodium that we already have as dependency creates the same file. @Stefan Mitterrutzner can probably best explain on ways for how to fix this to avoid the clash.
So it seems that the simplest solution is just to avoid a common name for the headers directory. Instead of Headers, use arti-rest...
On iOS we unfortunately get a build error, because the file "module.modulemap" exists twice - this is probably because LibSodium that we already have as dependency creates the same file. @Stefan Mitterrutzner can probably best explain on ways for how to fix this to avoid the clash.
So it seems that the simplest solution is just to avoid a common name for the headers directory. Instead of
Headers
, usearti-rest
...