Parse-sdk-ios-osx: Swift - importing Parse result in error in compilation : Parse/ParseClientConfiguration.h file not found

Created on 14 Mar 2016  Â·  9Comments  Â·  Source: parse-community/Parse-SDK-iOS-OSX

I'm using Swift and pods (Parse 1.12.0)
I
Import Parse
and I get the following errors on compilation

1) Could not build Objective-C module 'Parse' because of
2) result in error in compilation Parse/ParseClientConfiguration.h file not found

The file is there for sure and can be accessed.

What I'm trying to do is simple this (which worked fine before doing a pod update... ) :

Parse.initializeWithConfiguration(ParseClientConfiguration.init(block: { (ParseMutableClientConfiguration) -> Void in ... etc

Any idea that is missing from the build ?

Needs More Info

Most helpful comment

I would suggest clearing your Xcode DerivedData, that might have the old version of these headers.
Make sure you also quite and relaunch Xcode after it, also clearing the Trash might help.

All 9 comments

I would suggest clearing your Xcode DerivedData, that might have the old version of these headers.
Make sure you also quite and relaunch Xcode after it, also clearing the Trash might help.

Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.

Please try the latest SDK. Our release notes have details about what issues were fixed in each release.

In addition, you might find the following resources helpful:

  • Documentation: https://www.parse.com/docs
  • Google Groups: https://groups.google.com/forum/#!forum/parse-developers
  • Stack Overflow: http://stackoverflow.com/tags/parse.com

This issue has not been updated for 7 days. If you have additional information to help pinpoint this issue as an SDK bug, please comment on this issue. We will close this issue in 7 days if no additional information is provided. Thank you for your feedback.

We are closing this issue due to another 7 days of inactivity. If you have additional information to help pinpoint this issue as an SDK bug, please reopen it with the additional information.Thank you for your feedback.

As suggested clearing the Xcode DerivedData fix the problem.

I have cleaned derived data, upgraded to the latest Parse pod (1.13.0), cleaned the product and restarted Xcode in all directions and I still have the same issue. And when I CMD+click the Parse/ParseClientConfiguration.h I can get to it. I'm using the latest version of XCode 7.3.1
Any other suggestion?

HI Sebastian, so you still can't see that file after closing xcode, cleanderived data, upgrading the pod ?

Indeed. The latest version of the pod is 1.13.0 right?

Yeah, that’s what I’m using it.
And did you try to build also with the error ? If so can I ask you to try this, just create a clean project and set only the parse pod, add that to the delegate and build, see if is something related to the project itself or something with Xcode.

On 30 May 2016, at 10:32, Sebastien Arbogast [email protected] wrote:

Indeed. The latest version of the pod is 1.13.0 right?

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/issues/853#issuecomment-222441238, or mute the thread https://github.com/notifications/unsubscribe/AQePM3IQVxTWsg9CA68fNfTCPPkLqyPqks5qGqCMgaJpZM4HwBNu.

Was this page helpful?
0 / 5 - 0 ratings