0

As I got back on working on a project that I had left for a few months, I got an error.

On this line of code:

#import <Parse/PFFile.h>

The compiler complains with this message:

'Parse/PFFile.h' file not found

I am now using Xcode Version 10.1, and this is an Objectiv C project.

I need to use the Parse pod. But after checking with the terminal, using the command:

find Pods -name PFFile.h

I could confirm that the file PFFile.h does not even exist there.

I am somewhat confused.

Anyone has had the same issue in the past?

Michel
  • 10,303
  • 17
  • 82
  • 179

1 Answers1

0

Looks like PFFile renamed to PFFileObject. You can check it here.

Mert Celik
  • 665
  • 8
  • 12