kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #34604
MacOS build missing frameworks
When I do a build I get 3 copies of all the stand-alone apps:
build/
bin/
eeschema.app
debug/
eeschema/
eeschema.app
kicad/
kicad.app/
Contents/
eeschema.app
The build/bin/ version is a link to the build/debug/kicad/kicad.app/Contents/ version. This one has a Contents/Frameworks/ inside it (with all the dylibs in it). So far so good.
However, the debug/eeschema/eeschema.app is not a link, and does not have a Contents/Frameworks/ directory inside, and so generates a bunch of errors.
Ring any bells?
Follow ups