Sunil Targe
Sunil Targe

Reputation: 7459

Xcode 13.4.1 build error. Multiple commands produce '/Volumes/workspace/DerivedData/

I'm trying to build one project after 7 months but continuously getting these errors.

I tried,

  1. Delete derived data, clean build but still same error
  2. Tried to change workspace settings - New Build system

enter image description here

Upvotes: 0

Views: 1075

Answers (1)

Sunil Targe
Sunil Targe

Reputation: 7459

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.

Upvotes: 0

Related Questions