Could not build Objective-C module 'Parse'
when integrated as dependency in Cocoapods
#613
Labels
state:duplicate
Duplicate of already reported issue
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.However, after
pod install
. I got errors:Include of non-modular header inside framework module 'Parse.Parse'
andCould not build Objective-C module 'Parse'
Is there a way to integrated Parse as a dependency for other Pods?
The text was updated successfully, but these errors were encountered: