import iTunesLibrary/ITLibrary.h not found

Simple issue now I have updated to Mojave to start conversion I get a file not fond error on the line:


#import <iTunesLibrary/ITLibrary.h> 'iTunesLibrary/ITLibrary.h' file not found



The framework is added to the project and has header files within....

Accepted Reply

I had to remove the overridden frameworks and header search paths and all is working

Replies

Have you tried importing the whole module?


@import iTunesLibrary;

Same deal:


@import iTunesLibrary; Could not build module 'iTunesLibrary'

I had to remove the overridden frameworks and header search paths and all is working