No such module 'MP42Foundation' when trying to build from Source

Issue #452 closed
Priit Varik created an issue

Hi Damiano,

I'd like to reopen the issue #445 because I am stuck at the same place as the original poster of that issue. I explained my problem in more detail in last comment to issue #445. https://bitbucket.org/galad87/subler/issues/445/no-such-module-mp42foundation-when-trying

Please advise what am I doing wrong that Subler.xcodeproj from git does not build? Both submodules have been cloned, so that alone does not solve the problem.

Comments (3)

  1. Damiano Galassi repo owner

    You need Xcode 10 beta right now to build the Subler gui. I'll look into the "No such module 'MP42Foundation'." issue.

  2. Priit Varik reporter

    Hi Damiano!

    Thanks a lot! That really solved the problem. Plus one needs to fix the search path to MP42Foundation.framework I did it the quick and dirty way - created symlink in the project folder:

    ln -s ./MP42Foundation/build/Debug/MP42Foundation.framework .

    This issue can be closed.

  3. Log in to comment