1

This is what I have a project level. and I have the same setup using $(inherited) in targets. But now I'm getting the file not found error.

enter image description here enter image description here enter image description here

What I'm doing wrong?

Ricardo
  • 7,143
  • 11
  • 57
  • 100

1 Answers1

0

I was facing this same issue Xcode 8 with mixed Swift and Objective-c project generated "ModuleName-Swift.h" header not found

I solved just building every target with the conflicted objective-c file closed.

After that, everything is working properly again.

Ricardo
  • 7,143
  • 11
  • 57
  • 100