-1

When updating to XCode 12, the project stopped working. Not able to build the project. Number of errors occurred stating failed to build cocoa pods generate umbrella header

Ankit Goyal
  • 3,019
  • 1
  • 21
  • 26

1 Answers1

0

To solve this issue, follow the below steps

  1. Go to pods

enter image description here

  1. Select build settings

  2. Search quoted

  3. Set value of Quoted include in Framework Header to No

enter image description here

  1. Clean and Run the project.
Ankit Goyal
  • 3,019
  • 1
  • 21
  • 26