Import frameworks into a quick bridge header not recognized in the archive

I am importing the AsyncDisplayKit Facebook framework into my application using a quick bridge header, for example:

#import <AsyncDisplayKit/AsyncDisplayKit.h>

It always worked fine to create and run my application, but when I go to the archive, it gives me an error:

import file not found '

Why might this not be recognized during archiving?

+4
source share
1 answer

I always meet this problem. I think you can try checking out file&folder hierarchy.

  • , Project, , Project Project.

  • Objective-C Bridging Header Build Setting. Project/Project/Bridging-Header.h. , Project/Bridging-Header.h.

Bridging-Header.h Build Setting, import file not found.

Bridging, , , .

0

All Articles