I'm trying to build one project after 7 months but continuously getting these errors.
I tried,
- Delete derived data, clean build but still same error
- Tried to change workspace settings - New Build system
CodePudding user response:
Issue fixed:
In my project, I had an extension target with the same Product Module Name
as the main project target Product Module Name
.
How to fixed it?
Select target
-> Build settings
-> Packaging
and set Product Module Name
differ from app's target Product Module Name
.