Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not build Objective-C module 'Parse' when integrated as dependency in Cocoapods #613

Closed
honghaoz opened this issue Dec 1, 2015 · 1 comment
Labels
state:duplicate Duplicate of already reported issue

Comments

@honghaoz
Copy link

honghaoz commented Dec 1, 2015

I want to use Parse as a dependency in one of my Pod project.
Say my pod is named ParseUtility, it has some handy extensions I created based on Parse SDK.

  s.subspec "ParseUtility" do |ss|

    ss.summary     = "Utilities for Parse"
    ss.source_files = 'Source/iOS/Parse/*.*'
    ss.dependency 'Parse'

  end

However, after pod install. I got errors: Include of non-modular header inside framework module 'Parse.Parse' and Could not build Objective-C module 'Parse'

screen shot 2015-12-01 at 15 42 16

Is there a way to integrated Parse as a dependency for other Pods?

@nlutsenko
Copy link
Contributor

@honghaoz This looks like the same issue as in #466
Both of them being fixed either by one of the workarounds or by using the master of CocoaPods.

@nlutsenko nlutsenko self-assigned this Dec 2, 2015
@nlutsenko nlutsenko added the state:duplicate Duplicate of already reported issue label Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:duplicate Duplicate of already reported issue
Projects
None yet
Development

No branches or pull requests

2 participants