8000 XCode 7.1 - Include of non-modular header inside framework · Issue #4420 · CocoaPods/CocoaPods · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
XCode 7.1 - Include of non-modular header inside framework #4420
Closed
@solomon23

Description

@solomon23

I have a project that was building fine that suddenly stopped building in xcode 7.1

The project has a development pod and also includes the GPUImage pod. The development pod used to be able to reference GPUImage via:

#import <GPUImage/GPUImage.h>

But that now gives a compile error of "Include of non-modular header inside framework module"

I've tried setting the flag:

CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = 'YES'

but that makes no difference.

I tried to import GPUImage via:

@import GPUImage;

but that won't compile. Is this a know issue ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0