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
Asked
Active
Viewed 127 times
1 Answers
0
To solve this issue, follow the below steps
- Go to pods
Select build settings
Search quoted
Set value of Quoted include in Framework Header to No
- Clean and Run the project.

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