Difference icon indicating copy to clipboard operation
Difference copied to clipboard

ld: Undefined symbols: enum case for Difference.Difference.IndentationType.pipe(Difference.Difference.IndentationType.Type)

Open lukaszk-mod opened this issue 1 year ago • 0 comments

I've imported Difference to another framework and now I'm getting linker error when building the app/tests, because Difference.Difference shadows Difference.

Warning from archiving the framework: public enum 'Difference.Difference' shadows module 'Difference', which may cause failures when importing 'Difference' or its clients in some configurations; please rename either the enum 'Difference.Difference' or the module 'Difference', or see https://github.com/apple/swift/issues/56573 for workarounds

App build: Screenshot 2023-11-15 at 10 22 04

lukaszk-mod avatar Nov 15 '23 10:11 lukaszk-mod