I\'m trying to add PassSlot into my project, but it says it can\'t find the .h file. I\'m following everything correctly from here: https://github.com/passslot/passslot-ios-sdk<
Replacing #import "Headerfile.h" with #import <Framework/Headerfile.h> worked for me.
#import "Headerfile.h"
#import <Framework/Headerfile.h>
Cleaning the project and restarting XCode sometimes helps