Page 1 of 1

Using love2d as a Library in other applications

Posted: Tue Apr 02, 2024 10:22 am
by zhaosida
I want to embed love2d as a library into my iOS application, but I'm facing an issue with missing header files: love.cpp: 'common/config.h' file not found.
My approach is as follows:
1. In the Xcode project, I select 'Add Files to MyApplications'.
2. I locate liblove.xcodeproj and add it.
3. I also add love.cpp using the same method.
Image