ios - Include of non-modular header inside framework module with cocoa touch framework -
i have mixed cocoa touch framework (a) swift , objective-c files, , embedded 3rd party framework (does not have pod). add framework app , error non-modular header inside..., error 3rd party framework's header. have set allow non modular includes yes.
any ideas, how can fix this? thanks
change header file target membership project/private public in file inspector. if doesn't work make sure you're importing framework header file , not implementation file. check import being done in implementation file.
Comments
Post a Comment