Xcode 11 and external Frameworks like SFML or SDL

Hello.
I am pretty new to using Xcode. I am facing a lot of difficulties when it comes to using frameworks like SFML or SDL. I am following all the steps described on the websites or on YouTube but I somehow Xcode does not find the header files. ( Did not find header 'SDL.h' in framework 'SDL2', e.g.). I tried following the online help with regard to Build Settings etc., to no avail...
Although I have been looking for answers to my problem or others having the same problems to ask, it still seems like nobody else has these issues.
Is there anybody out there who can give me a hint as to what might be the problem? Or could direct me to a place where I might find help?
Thanks in advance :)
You should take everything you get on Youtube as granted…

Anyway, that's more a question to ask to SFML directly..
Accepted Answer
I know I shouldn't take everything seen on YouTube for granted but sometimes it helps...
I will use an SFML forum then. Thanks.
Finally managed to set everything up so that the build succeeds. Had to do architecture (arm64 excluded), run script and header search paths...

Xcode 11 and external Frameworks like SFML or SDL
 
 
Q