Parse --- file not found

402 Views Asked by At

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?

1

There are 1 best solutions below

0
Mert Celik On

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