Hi Matt, thanks for your answer.
The use case doesn't include managed devices, my app collect some data about dns traffic for making some statistics and traffic made by my app alter that statistics. So , for my app scope it's a must to exclude that traffic.
Thanks.
Post
Replies
Boosts
Views
Activity
Hi,
I managed to solve it in the end, so , the solution that I found is to copy staticLib's .swiftmodule folder into the root of the universal framework
some.xcframework/Modules/
|- ios/staticLib.swiftmodule/$contentStuff
|- ios-simulator/staticLib.swiftmodule/$contentStuff
I leave this here and I hope it will be helpful for someone.