[iOS] Include of non-modular header inside framework module
When there are framework classes depend on the class in the project that you are working on in Xcode, it usually shows error as "Class can't be found from the framework lib". Then you can fix it by:
Setting Allow Non-modular includes in Framework Modules in Build Settings for the affected target to YES. This is the build setting you need to edit:
No comments:
Post a Comment