-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
Hi, I'm working on workspace, with main project and pods. On of pods vfrReader. Main project is in swift so I use bridging header to include vfrReader in my project. The problem is I can make an Archive product via Xcode, but when I run jenkins build on the same target, scheme, and ..
I face with this error:
Header.h:21:9: error: 'vfrReader/ReaderViewController.h' file not found #import <vfrReader/ReaderViewController.h> ^ <unknown>:0: error: failed to import bridging header
There is no problem in xcode, xcode easilly can find the header files. Any idea? where should I investigate the problem?