Comprehensive SDL guide for XCode?

SDL is an amazing crossolatform library for C.However I actually cannot use it in XCode to build for iOS. Steps to reproduce:

  1. Download the official framework from their github
  2. Link it as a franework in any project
  3. Choose to embed and sign it

I can build, but after running the app XCode cannot actually find the header files to include. Also after trying to run the executable I get an error with DYLD library not loaded and e.g.

I am using macbook 13 on MacOS Sonoma

Not many people on this forum use SDL. You have a better chance of solving your problem by asking on SDL's forums:

https://discourse.libsdl.org

You may also want to search GitHub for SDL Xcode project templates. Using a project template can make working with SDL in Xcode easier.

Comprehensive SDL guide for XCode?
 
 
Q