Can not add swift Package when "Build Libraries for Distribution = YES" in my Framework

Viewed 274

Basically, I am building a Framework and I need to add a library into it. The problem is when I change Build Libraries for Distribution = YES it shows me a warning

Module 'ModuleName' was not compiled with library evolution support; using it means binary compatibility for 'FramworkName' can't be guaranteed

1 Answers
Related