I am using 3 different build flavors in the app Debug/Release/Production. When trying to integrate 3rd party library using Swift package getting an error “No Module found” only when running in “Production” config.
I found the solution here but nothing worked out.
Note:
Production is copy of Release. I’m using Xcode 15.4
Appreciate in advance. Thanks!
I found the solution here but nothing worked out.
Is there any way to solve this issue