I am trying to use cocoapods swift Static Libraries. But those frameworks which include obj-c and swift file had the error:
-Swift.h file not found
My configuration is:
- Pod Version 1.5.3
- s.static_framework = true (.podspec)
- use_modular_headers! was added in .pod
- use_frameworks! was removed in .pod
- Objective-C generics set to YES in Build Phases.
What I'm doing wrong?