-
-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I always get following error for my test project:
Prepare build
error: Swift package target 'AAplus' is linked as a static library by 'MTest' and 2 other targets, but cannot be built dynamically because there is a package product with the same name.
error: Swift package target 'AAplus' is linked as a static library by 'SwiftAA' and 'ObjCAA', but cannot be built dynamically because there is a package product with the same name.
error: Swift package target 'AAplus' is linked as a static library by 'MTest' and 3 other targets, but cannot be built dynamically because there is a package product with the same name.
Swift package target 'AAplus' is linked as a static library by 'MTest' and 2 other targets, but cannot be built dynamically because there is a package product with the same name.
Swift package target 'AAplus' is linked as a static library by 'SwiftAA' and 'ObjCAA', but cannot be built dynamically because there is a package product with the same name.
Swift package target 'AAplus' is linked as a static library by 'MTest' and 3 other targets, but cannot be built dynamically because there is a package product with the same name.
Build failed 20.07.25, 21:50 0.4 seconds
Any hints?