home Forums # Technical Support Running FuzzyLite on Mac OSX

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #956
    Unknown
    Member

    I have compiled the sources into libfuzzylite-static.a and I add it as Framework to my iOS project in Xcode.
    The problem is that I don’t know how to include the library in my class. I try #include <fl/Headers.h> or #include “fl/Headers.h” but it doesn’t work. The error says :’fl/Headers.h’ file not found.

    Any help will be appreciated.

    Thanks.

    #957

    You have to add the path to fuzzylite in the INCLUDE_PATH of your project, such that #include <fl/Headers.h> is a file accessible from the path to include in INCLUDE_PATH.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.